#B0CA15

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

Shades of Rio Grande #B0CA15

Tints of Rio Grande #B0CA15

Color information

#B0CA15 (or 0xB0CA15) is unknown color: approx Rio Grande. HEX triplet: B0, CA and 15. RGB value is (176,202,21). Sum of RGB (Red+Green+Blue) = 176+202+21=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA15 is #4F35EA. Grayscale: #AEAEAE. Windows color (decimal): -5191147 or 1428144. OLE color: 1428144.

HSL color Cylindrical-coordinate representation of color #B0CA15: hue angle of 68.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0CA15 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB17620221-
CMYK0.1300.900.21
HSL68.62º81.17%43.73%-
HSV(B)68.62º89.6%79.22%-
XYZ39.1651.538.59-
YUV173.5941.89129.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 21 (8.59% from 255) = 5.26%
R=44.11%
G=50.63%
B=5.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202210.1300.900.2168.6281.1743.73
HexB0CA15D05A1545512c
Octal260312251501322510512154
Binary1011000011001010101011101010110101010110001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA15; }

 p { color: rgb(176,202,21); }

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

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

 a { background-color: rgb(176,202,21); }

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

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

 span { border-color: rgb(176,202,21); }

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