#B4CA2B

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

Shades of Rio Grande #B4CA2B

Tints of Rio Grande #B4CA2B

Color information

#B4CA2B (or 0xB4CA2B) is unknown color: approx Rio Grande. HEX triplet: B4, CA and 2B. RGB value is (180,202,43). Sum of RGB (Red+Green+Blue) = 180+202+43=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA2B is #4B35D4. Grayscale: #B1B1B1. Windows color (decimal): -4928981 or 2869940. OLE color: 2869940.

HSL color Cylindrical-coordinate representation of color #B4CA2B: hue angle of 68.3º 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 #B4CA2B is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB18020243-
CMYK0.1100.790.21
HSL68.3º64.9%48.04%-
HSV(B)68.3º78.71%79.22%-
XYZ40.3852.1210.22-
YUV177.352.21129.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 43 (17.19% from 255) = 10.12%
R=42.35%
G=47.53%
B=10.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202430.1100.790.2168.364.948.04
HexB4CA2BB04F15444130
Octal264312531301172510410160
Binary10110100110010101010111011010011111010110001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA2B; }

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

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

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

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

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

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

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

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