#BCC423

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

Shades of Rio Grande #BCC423

Tints of Rio Grande #BCC423

Color information

#BCC423 (or 0xBCC423) is unknown color: approx Rio Grande. HEX triplet: BC, C4 and 23. RGB value is (188,196,35). Sum of RGB (Red+Green+Blue) = 188+196+35=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC423 is #433BDC. Grayscale: #AFAFAF. Windows color (decimal): -4406237 or 2344124. OLE color: 2344124.

HSL color Cylindrical-coordinate representation of color #BCC423: hue angle of 62.98º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCC423 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB18819635-
CMYK0.0400.820.23
HSL62.98º69.7%45.29%-
HSV(B)62.98º82.14%76.86%-
XYZ40.7850.299.15-
YUV175.2548.85137.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 35 (14.06% from 255) = 8.35%
R=44.87%
G=46.78%
B=8.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196350.0400.820.2362.9869.745.29
HexBCC4234052173f462d
Octal2743044340122277710655
Binary101111001100010010001110001010010101111111111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC423; }

 p { color: rgb(188,196,35); }

 H1.HeaderClassName
 {
   color: #BCC423;
 }
 .AnyTagClassName
 {
   color: #BCC423;
 }
</style>
background-color css

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

 a { background-color: rgb(188,196,35); }

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

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

 span { border-color: rgb(188,196,35); }

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