#b4ca1a

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

Shades of Rio Grande #B4CA1A

Tints of Rio Grande #B4CA1A

Color information

#B4CA1A (or 0xB4CA1A) is unknown color: approx Rio Grande. HEX triplet: B4, CA and 1A. RGB value is (180,202,26). Sum of RGB (Red+Green+Blue) = 180+202+26=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA1A is #4B35E5. Grayscale: #B0B0B0. Windows color (decimal): -4928998 or 1755828. OLE color: 1755828.

HSL color Cylindrical-coordinate representation of color #B4CA1A: hue angle of 67.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4CA1A is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB18020226-
CMYK0.1100.870.21
HSL67.5º77.19%44.71%-
HSV(B)67.5º87.13%79.22%-
XYZ40.1352.028.9-
YUV175.3643.71131.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 202 (79.30% from 255) = 49.51%
BLUE value IS 26 (10.55% from 255) = 6.37%
R=44.12%
G=49.51%
B=6.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202260.1100.870.2167.577.1944.71
HexB4CA1AB05715444d2d
Octal264312321301272510411555
Binary1011010011001010110101011010101111010110001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4ca1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4ca1a; }

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

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

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

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

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

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

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

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