#B1C62D

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

Shades of Bahia #B1C62D

Tints of Bahia #B1C62D

Color information

#B1C62D (or 0xB1C62D) is unknown color: approx Bahia. HEX triplet: B1, C6 and 2D. RGB value is (177,198,45). Sum of RGB (Red+Green+Blue) = 177+198+45=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C62D is #4E39D2. Grayscale: #AEAEAE. Windows color (decimal): -5126611 or 2999985. OLE color: 2999985.

HSL color Cylindrical-coordinate representation of color #B1C62D: hue angle of 68.24º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1C62D is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB17719845-
CMYK0.1100.770.22
HSL68.24º62.96%47.65%-
HSV(B)68.24º77.27%77.65%-
XYZ38.849.9210.07-
YUV174.2855.04129.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=42.14%
G=47.14%
B=10.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177198450.1100.770.2268.2462.9647.65
HexB1C62DB04D16443f30
Octal26130655130115261047760
Binary1011000111000110101101101101001101101101000100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C62D; }

 p { color: rgb(177,198,45); }

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

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

 a { background-color: rgb(177,198,45); }

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

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

 span { border-color: rgb(177,198,45); }

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