Html Css Color HEX #BDCF20 Rio Grande

📋 copy color: '#BDCF20'

red 189 ◦ green 207 ◦ blue 32

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

Shades of Rio Grande #BDCF20

Tints of Rio Grande #BDCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.36%

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

R = 44.16%
G = 48.36%
B = 7.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BDCF20 (or 0xBDCF20) is known color: Rio Grande. HEX triplet: BD, CF and 20. RGB value is (189,207,32). Sum of RGB (Red+Green+Blue) = 189+207+32=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF20 is #4230DF. Grayscale: #B6B6B6. Windows color (decimal): -4337888 or 2150333. OLE color: 2150333.

HSL color Cylindrical-coordinate representation of color #BDCF20: hue angle of 66.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDCF20 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 32 -
CMYK 0.09 0 0.85 0.19
HSL 66.17º 0.73% 0.47% -
HSV(B) 66.17º 0.85% 0.81% -
XYZ 43.56 55.55 9.79 -
YUV 181.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 189 207 32 0.09 0 0.85 0.19 66.17 0.73 0.47
Hex BD CF 20 9 0 55 13 42 49 2F
Octal 275 317 40 11 0 125 23 102 111 57
Binary 10111101 11001111 100000 1001 0 1010101 10011 1000010 1001001 101111

Color Harmonies of #BDCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF20

Black with #BDCF20

Text Example


Text Example

White with #BDCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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