#B2C42D

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

Shades of Bahia #B2C42D

Tints of Bahia #B2C42D

Color information

#B2C42D (or 0xB2C42D) is unknown color: approx Bahia. HEX triplet: B2, C4 and 2D. RGB value is (178,196,45). Sum of RGB (Red+Green+Blue) = 178+196+45=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C42D is #4D3BD2. Grayscale: #ADADAD. Windows color (decimal): -5061587 or 2999474. OLE color: 2999474.

HSL color Cylindrical-coordinate representation of color #B2C42D: hue angle of 67.15º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2C42D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB17819645-
CMYK0.0900.770.23
HSL67.15º62.66%47.25%-
HSV(B)67.15º77.04%76.86%-
XYZ38.5749.139.93-
YUV173.455.54131.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 45 (17.97% from 255) = 10.74%
R=42.48%
G=46.78%
B=10.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178196450.0900.770.2367.1562.6647.25
HexB2C42D904D17433f2f
Octal26230455110115271037757
Binary1011001011000100101101100101001101101111000011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C42D; }

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

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

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

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

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

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

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

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