#b8cb1d

Color #B8CB1D Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8CB1D

Tints of Rio Grande #B8CB1D

Color information

#B8CB1D (or 0xB8CB1D) is unknown color: approx Rio Grande. HEX triplet: B8, CB and 1D. RGB value is (184,203,29). Sum of RGB (Red+Green+Blue) = 184+203+29=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CB1D is #4734E2. Grayscale: #B2B2B2. Windows color (decimal): -4666595 or 1952696. OLE color: 1952696.

HSL color Cylindrical-coordinate representation of color #B8CB1D: hue angle of 66.55º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8CB1D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB18420329-
CMYK0.0900.860.20
HSL66.55º75%45.49%-
HSV(B)66.55º85.71%79.61%-
XYZ41.3452.999.21-
YUV177.4844.21132.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 29 (11.72% from 255) = 6.97%
R=44.23%
G=48.80%
B=6.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184203290.0900.860.2066.557545.49
HexB8CB1D905614434b2d
Octal270313351101262410311355
Binary1011100011001011111011001010101101010010000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8cb1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8cb1d; }

 p { color: rgb(184,203,29); }

 H1.HeaderClassName
 {
   color: #b8cb1d;
 }
 .AnyTagClassName
 {
   color: #b8cb1d;
 }
</style>
background-color css

<style>
 a { background-color: #b8cb1d; }

 a { background-color: rgb(184,203,29); }

 div.DivClassName
 {
   background-color: #b8cb1d;
 }
 .BgClassName
 {
   background-color: #b8cb1d;
 }
</style>
border-color css

<style>
 span { border-color: #b8cb1d; }

 span { border-color: rgb(184,203,29); }

 td.TdClassName
 {
   border-color: #b8cb1d;
 }
 .TagClassName
 {
   border-color: #b8cb1d;
 }
</style>