#B2C02B

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

Shades of Bahia #B2C02B

Tints of Bahia #B2C02B

Color information

#B2C02B (or 0xB2C02B) is unknown color: approx Bahia. HEX triplet: B2, C0 and 2B. RGB value is (178,192,43). Sum of RGB (Red+Green+Blue) = 178+192+43=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C02B is #4D3FD4. Grayscale: #ABABAB. Windows color (decimal): -5062613 or 2867378. OLE color: 2867378.

HSL color Cylindrical-coordinate representation of color #B2C02B: hue angle of 65.64º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2C02B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB17819243-
CMYK0.0700.780.25
HSL65.64º63.4%46.08%-
HSV(B)65.64º77.6%75.29%-
XYZ37.6547.349.44-
YUV170.8355.86133.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 43 (17.19% from 255) = 10.41%
R=43.10%
G=46.49%
B=10.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192430.0700.780.2565.6463.446.08
HexB2C02B704E19423f2e
Octal2623005370116311027756
Binary101100101100000010101111101001110110011000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C02B; }

 p { color: rgb(178,192,43); }

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

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

 a { background-color: rgb(178,192,43); }

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

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

 span { border-color: rgb(178,192,43); }

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