Html Css Color HEX #BDCB16 Rio Grande

📋 copy color: '#BDCB16'

red 189 ◦ green 203 ◦ blue 22

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

Shades of Rio Grande #BDCB16

Tints of Rio Grande #BDCB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 45.65%
G = 49.03%
B = 5.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#BDCB16 (or 0xBDCB16) is known color: Rio Grande. HEX triplet: BD, CB and 16. RGB value is (189,203,22). Sum of RGB (Red+Green+Blue) = 189+203+22=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB16 is #4234E9. Grayscale: #B2B2B2. Windows color (decimal): -4338922 or 1493949. OLE color: 1493949.

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

Color convert

RGB 189 203 22 -
CMYK 0.07 0 0.89 0.20
HSL 64.64º 0.8% 0.44% -
HSV(B) 64.64º 0.89% 0.8% -
XYZ 42.49 53.59 8.86 -
YUV 178.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 189 203 22 0.07 0 0.89 0.20 64.64 0.8 0.44
Hex BD CB 16 7 0 59 14 41 50 2C
Octal 275 313 26 7 0 131 24 101 120 54
Binary 10111101 11001011 10110 111 0 1011001 10100 1000001 1010000 101100

Color Harmonies of #BDCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB16

Black with #BDCB16

Text Example


Text Example

White with #BDCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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