#B2CA2B

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

Shades of Rio Grande #B2CA2B

Tints of Rio Grande #B2CA2B

Color information

#B2CA2B (or 0xB2CA2B) is unknown color: approx Rio Grande. HEX triplet: B2, CA and 2B. RGB value is (178,202,43). Sum of RGB (Red+Green+Blue) = 178+202+43=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA2B is #4D35D4. Grayscale: #B1B1B1. Windows color (decimal): -5060053 or 2869938. OLE color: 2869938.

HSL color Cylindrical-coordinate representation of color #B2CA2B: hue angle of 69.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2CA2B is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB17820243-
CMYK0.1200.790.21
HSL69.06º64.9%48.04%-
HSV(B)69.06º78.71%79.22%-
XYZ39.9251.8810.2-
YUV176.752.55128.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=42.08%
G=47.75%
B=10.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202430.1200.790.2169.0664.948.04
HexB2CA2BC04F15454130
Octal262312531401172510510160
Binary10110010110010101010111100010011111010110001011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA2B; }

 p { color: rgb(178,202,43); }

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

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

 a { background-color: rgb(178,202,43); }

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

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

 span { border-color: rgb(178,202,43); }

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