Html Css Color HEX #BDCC20 Rio Grande

📋 copy color: '#BDCC20'

red 189 ◦ green 204 ◦ blue 32

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

Shades of Rio Grande #BDCC20

Tints of Rio Grande #BDCC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48%

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

R = 44.47%
G = 48%
B = 7.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#BDCC20 (or 0xBDCC20) is known color: Rio Grande. HEX triplet: BD, CC and 20. RGB value is (189,204,32). Sum of RGB (Red+Green+Blue) = 189+204+32=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC20 is #4233DF. Grayscale: #B4B4B4. Windows color (decimal): -4338656 or 2149565. OLE color: 2149565.

HSL color Cylindrical-coordinate representation of color #BDCC20: hue angle of 65.23º 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 #BDCC20 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 32 -
CMYK 0.07 0 0.84 0.2
HSL 65.23º 0.73% 0.46% -
HSV(B) 65.23º 0.84% 0.8% -
XYZ 42.84 54.11 9.55 -
YUV 179.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 189 204 32 0.07 0 0.84 0.2 65.23 0.73 0.46
Hex BD CC 20 7 0 54 14 41 49 2E
Octal 275 314 40 7 0 124 24 101 111 56
Binary 10111101 11001100 100000 111 0 1010100 10100 1000001 1001001 101110

Color Harmonies of #BDCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC20

Black with #BDCC20

Text Example


Text Example

White with #BDCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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