#B4C025

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

Shades of Rio Grande #B4C025

Tints of Rio Grande #B4C025

Color information

#B4C025 (or 0xB4C025) is unknown color: approx Rio Grande. HEX triplet: B4, C0 and 25. RGB value is (180,192,37). Sum of RGB (Red+Green+Blue) = 180+192+37=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C025 is #4B3FDA. Grayscale: #ABABAB. Windows color (decimal): -4931547 or 2474164. OLE color: 2474164.

HSL color Cylindrical-coordinate representation of color #B4C025: hue angle of 64.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4C025 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB18019237-
CMYK0.0600.810.25
HSL64.65º67.69%44.9%-
HSV(B)64.65º80.73%75.29%-
XYZ38.0147.548.92-
YUV170.7452.52134.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 37 (14.84% from 255) = 9.05%
R=44.01%
G=46.94%
B=9.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192370.0600.810.2564.6567.6944.9
HexB4C02560511941442d
Octal26430045601213110110455
Binary1011010011000000100101110010100011100110000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C025; }

 p { color: rgb(180,192,37); }

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

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

 a { background-color: rgb(180,192,37); }

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

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

 span { border-color: rgb(180,192,37); }

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