Html Css Color HEX #BDCB20 Rio Grande

📋 copy color: '#BDCB20'

red 189 ◦ green 203 ◦ blue 32

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

Shades of Rio Grande #BDCB20

Tints of Rio Grande #BDCB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.55%

R = 44.58%
G = 47.88%
B = 7.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#BDCB20 (or 0xBDCB20) is known color: Rio Grande. HEX triplet: BD, CB and 20. RGB value is (189,203,32). Sum of RGB (Red+Green+Blue) = 189+203+32=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB20 is #4234DF. Grayscale: #B3B3B3. Windows color (decimal): -4338912 or 2149309. OLE color: 2149309.

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

Color convert

RGB 189 203 32 -
CMYK 0.07 0 0.84 0.20
HSL 64.91º 0.73% 0.46% -
HSV(B) 64.91º 0.84% 0.8% -
XYZ 42.6 53.63 9.47 -
YUV 179.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 189 203 32 0.07 0 0.84 0.20 64.91 0.73 0.46
Hex BD CB 20 7 0 54 14 41 49 2E
Octal 275 313 40 7 0 124 24 101 111 56
Binary 10111101 11001011 100000 111 0 1010100 10100 1000001 1001001 101110

Color Harmonies of #BDCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB20

Black with #BDCB20

Text Example


Text Example

White with #BDCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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