Html Css Color HEX #BDCE20 Rio Grande

📋 copy color: '#BDCE20'

red 189 ◦ green 206 ◦ blue 32

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

Shades of Rio Grande #BDCE20

Tints of Rio Grande #BDCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.24%

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

R = 44.26%
G = 48.24%
B = 7.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#BDCE20 (or 0xBDCE20) is known color: Rio Grande. HEX triplet: BD, CE and 20. RGB value is (189,206,32). Sum of RGB (Red+Green+Blue) = 189+206+32=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE20 is #4231DF. Grayscale: #B5B5B5. Windows color (decimal): -4338144 or 2150077. OLE color: 2150077.

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

Color convert

RGB 189 206 32 -
CMYK 0.08 0 0.84 0.19
HSL 65.86º 0.73% 0.47% -
HSV(B) 65.86º 0.84% 0.81% -
XYZ 43.32 55.07 9.71 -
YUV 181.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 189 206 32 0.08 0 0.84 0.19 65.86 0.73 0.47
Hex BD CE 20 8 0 54 13 42 49 2F
Octal 275 316 40 10 0 124 23 102 111 57
Binary 10111101 11001110 100000 1000 0 1010100 10011 1000010 1001001 101111

Color Harmonies of #BDCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE20

Black with #BDCE20

Text Example


Text Example

White with #BDCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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