#B4BA24

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

Shades of Rio Grande #B4BA24

Tints of Rio Grande #B4BA24

Color information

#B4BA24 (or 0xB4BA24) is unknown color: approx Rio Grande. HEX triplet: B4, BA and 24. RGB value is (180,186,36). Sum of RGB (Red+Green+Blue) = 180+186+36=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA24 is #4B45DB. Grayscale: #A7A7A7. Windows color (decimal): -4933084 or 2407092. OLE color: 2407092.

HSL color Cylindrical-coordinate representation of color #B4BA24: hue angle of 62.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4BA24 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18018636-
CMYK0.0300.810.27
HSL62.4º67.57%43.53%-
HSV(B)62.4º80.65%72.94%-
XYZ36.744.958.41-
YUV167.1154.01137.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 36 (14.45% from 255) = 8.96%
R=44.78%
G=46.27%
B=8.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186360.0300.810.2762.467.5743.53
HexB4BA2430511B3e442c
Octal2642724430121337610454
Binary10110100101110101001001101010001110111111101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA24; }

 p { color: rgb(180,186,36); }

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

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

 a { background-color: rgb(180,186,36); }

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

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

 span { border-color: rgb(180,186,36); }

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