#B0CA26

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

Shades of Rio Grande #B0CA26

Tints of Rio Grande #B0CA26

Color information

#B0CA26 (or 0xB0CA26) is unknown color: approx Rio Grande. HEX triplet: B0, CA and 26. RGB value is (176,202,38). Sum of RGB (Red+Green+Blue) = 176+202+38=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA26 is #4F35D9. Grayscale: #B0B0B0. Windows color (decimal): -5191130 or 2542256. OLE color: 2542256.

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

Color convert

RGB17620238-
CMYK0.1300.810.21
HSL69.51º68.33%47.06%-
HSV(B)69.51º81.19%79.22%-
XYZ39.3751.619.72-
YUV175.5350.39128.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 38 (15.23% from 255) = 9.13%
R=42.31%
G=48.56%
B=9.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202380.1300.810.2169.5168.3347.06
HexB0CA26D0511546442f
Octal260312461501212510610457
Binary10110000110010101001101101010100011010110001101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA26; }

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

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

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

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

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

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

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

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