#B4C115

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

Shades of Rio Grande #B4C115

Tints of Rio Grande #B4C115

Color information

#B4C115 (or 0xB4C115) is unknown color: approx Rio Grande. HEX triplet: B4, C1 and 15. RGB value is (180,193,21). Sum of RGB (Red+Green+Blue) = 180+193+21=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C115 is #4B3EEA. Grayscale: #AAAAAA. Windows color (decimal): -4931307 or 1425844. OLE color: 1425844.

HSL color Cylindrical-coordinate representation of color #B4C115: hue angle of 64.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4C115 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB18019321-
CMYK0.0700.890.24
HSL64.53º80.37%41.96%-
HSV(B)64.53º89.12%75.69%-
XYZ38.0347.97.95-
YUV169.544.19135.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 21 (8.59% from 255) = 5.33%
R=45.69%
G=48.98%
B=5.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180193210.0700.890.2464.5380.3741.96
HexB4C11570591841502a
Octal26430125701313010112052
Binary101101001100000110101111010110011100010000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C115; }

 p { color: rgb(180,193,21); }

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

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

 a { background-color: rgb(180,193,21); }

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

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

 span { border-color: rgb(180,193,21); }

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