#BDC32C

Color #BDC32C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BDC32C

Tints of Rio Grande #BDC32C

Color information

#BDC32C (or 0xBDC32C) is unknown color: approx 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

RGB18919544-
CMYK0.0300.770.24
HSL62.38º63.18%46.86%-
HSV(B)62.38º77.44%76.47%-
XYZ40.9650.039.88-
YUV175.9953.51137.28-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195440.0300.770.2462.3863.1846.86
HexBDC32C304D183e3f2f
Octal275303543011530767757
Binary1011110111000011101100110100110111000111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>