#B2C22D

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

Shades of Bahia #B2C22D

Tints of Bahia #B2C22D

Color information

#B2C22D (or 0xB2C22D) is unknown color: approx Bahia. HEX triplet: B2, C2 and 2D. RGB value is (178,194,45). Sum of RGB (Red+Green+Blue) = 178+194+45=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C22D is #4D3DD2. Grayscale: #ACACAC. Windows color (decimal): -5062099 or 2998962. OLE color: 2998962.

HSL color Cylindrical-coordinate representation of color #B2C22D: hue angle of 66.44º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2C22D is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB17819445-
CMYK0.0800.770.24
HSL66.44º62.34%46.86%-
HSV(B)66.44º76.8%76.08%-
XYZ38.1348.249.78-
YUV172.2356.2132.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=42.69%
G=46.52%
B=10.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194450.0800.770.2466.4462.3446.86
HexB2C22D804D18423e2f
Octal26230255100115301027657
Binary1011001011000010101101100001001101110001000010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C22D; }

 p { color: rgb(178,194,45); }

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

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

 a { background-color: rgb(178,194,45); }

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

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

 span { border-color: rgb(178,194,45); }

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