Html Css Color HEX #BDCB11 Rio Grande

📋 copy color: '#BDCB11'

red 189 ◦ green 203 ◦ blue 17

#BDCB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDCB11

Tints of Rio Grande #BDCB11

RGB

 RED value IS 189 (74.22% from 255) = 46.21%

 GREEN value IS 203 (79.69% from 255) = 49.63%

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 46.21%
G = 49.63%
B = 4.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BDCB11 (or 0xBDCB11) is known color: Rio Grande. HEX triplet: BD, CB and 11. RGB value is (189,203,17). Sum of RGB (Red+Green+Blue) = 189+203+17=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB11 is #4234EE. Grayscale: #B2B2B2. Windows color (decimal): -4338927 or 1166269. OLE color: 1166269.

HSL color Cylindrical-coordinate representation of color #BDCB11: hue angle of 64.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDCB11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 17 -
CMYK 0.07 0 0.92 0.20
HSL 64.52º 0.85% 0.43% -
HSV(B) 64.52º 0.92% 0.8% -
XYZ 42.44 53.57 8.63 -
YUV 177.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 189 203 17 0.07 0 0.92 0.20 64.52 0.85 0.43
Hex BD CB 11 7 0 5C 14 41 55 2B
Octal 275 313 21 7 0 134 24 101 125 53
Binary 10111101 11001011 10001 111 0 1011100 10100 1000001 1010101 101011

Color Harmonies of #BDCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB11

Black with #BDCB11

Text Example


Text Example

White with #BDCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB11; }

 p { color: rgb(189,203,17); }

 H1.HeaderClassName
 {
   color: #BDCB11;
 }
 .AnyTagClassName
 {
   color: #BDCB11;
 }
</style>

background-color css

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

 a { background-color: rgb(189,203,17); }

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

border-color css

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

 span { border-color: rgb(189,203,17); }

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