#B4C027

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

Shades of Rio Grande #B4C027

Tints of Rio Grande #B4C027

Color information

#B4C027 (or 0xB4C027) is unknown color: approx Rio Grande. HEX triplet: B4, C0 and 27. RGB value is (180,192,39). Sum of RGB (Red+Green+Blue) = 180+192+39=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C027 is #4B3FD8. Grayscale: #ABABAB. Windows color (decimal): -4931545 or 2605236. OLE color: 2605236.

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

Color convert

RGB18019239-
CMYK0.0600.800.25
HSL64.71º66.23%45.29%-
HSV(B)64.71º79.69%75.29%-
XYZ38.0447.559.09-
YUV170.9753.52134.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=43.80%
G=46.72%
B=9.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192390.0600.800.2564.7166.2345.29
HexB4C02760501941422d
Octal26430047601203110110255
Binary1011010011000000100111110010100001100110000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C027; }

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

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

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

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

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

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

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

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