#B4BF25

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

Shades of Rio Grande #B4BF25

Tints of Rio Grande #B4BF25

Color information

#B4BF25 (or 0xB4BF25) is unknown color: approx Rio Grande. HEX triplet: B4, BF and 25. RGB value is (180,191,37). Sum of RGB (Red+Green+Blue) = 180+191+37=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BF25 is #4B40DA. Grayscale: #AAAAAA. Windows color (decimal): -4931803 or 2473908. OLE color: 2473908.

HSL color Cylindrical-coordinate representation of color #B4BF25: hue angle of 64.29º 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 #B4BF25 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB18019137-
CMYK0.0600.810.25
HSL64.29º67.54%44.71%-
HSV(B)64.29º80.63%74.9%-
XYZ37.7947.18.85-
YUV170.1552.86135.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 191 (75% from 255) = 46.81%
BLUE value IS 37 (14.84% from 255) = 9.07%
R=44.12%
G=46.81%
B=9.07%

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
Decimal180191370.0600.810.2564.2967.5444.71
HexB4BF2560511940442d
Octal26427745601213110010455
Binary1011010010111111100101110010100011100110000001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF25; }

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

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

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

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

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

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

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

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