Html Css Color HEX #BDC32C Rio Grande

📋 copy color: '#BDC32C'

red 189 ◦ green 195 ◦ blue 44

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

Shades of Rio Grande #BDC32C

Tints of Rio Grande #BDC32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.56%

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 44.16%
G = 45.56%
B = 10.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#BDC32C (or 0xBDC32C) is known color: Rio Grande. HEX triplet: BD, C3 and 2C. RGB value is (189,195,44). Sum of RGB (Red+Green+Blue) = 189+195+44=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC32C is #423CD3. Grayscale: #B0B0B0. Windows color (decimal): -4340948 or 2933693. OLE color: 2933693.

HSL color Cylindrical-coordinate representation of color #BDC32C: hue angle of 62.38º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC32C is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 44 -
CMYK 0.03 0 0.77 0.24
HSL 62.38º 0.63% 0.47% -
HSV(B) 62.38º 0.77% 0.76% -
XYZ 40.96 50.03 9.88 -
YUV 175.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 189 195 44 0.03 0 0.77 0.24 62.38 0.63 0.47
Hex BD C3 2C 3 0 4D 18 3E 3F 2F
Octal 275 303 54 3 0 115 30 76 77 57
Binary 10111101 11000011 101100 11 0 1001101 11000 111110 111111 101111

Color Harmonies of #BDC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC32C

Black with #BDC32C

Text Example


Text Example

White with #BDC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC32C; }

 p { color: rgb(189,195,44); }

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

background-color css

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

 a { background-color: rgb(189,195,44); }

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

border-color css

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

 span { border-color: rgb(189,195,44); }

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