Html Css Color HEX #B2C22E Bahia

📋 copy color: '#B2C22E'

red 178 ◦ green 194 ◦ blue 46

#B2C22E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #B2C22E

Tints of Bahia #B2C22E

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 46 (18.36% from 255) = 11%

R = 42.58%
G = 46.41%
B = 11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#B2C22E (or 0xB2C22E) is known color: Bahia. HEX triplet: B2, C2 and 2E. RGB value is (178,194,46). Sum of RGB (Red+Green+Blue) = 178+194+46=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C22E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C22E is #4D3DD1. Grayscale: #ACACAC. Windows color (decimal): -5062098 or 3064498. OLE color: 3064498.

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

Color convert

RGB 178 194 46 -
CMYK 0.08 0 0.76 0.24
HSL 66.49º 0.62% 0.47% -
HSV(B) 66.49º 0.76% 0.76% -
XYZ 38.15 48.25 9.89 -
YUV 172.34 56.7 132.03 -
System Red Green Blue C M Y K H S L
Decimal 178 194 46 0.08 0 0.76 0.24 66.49 0.62 0.47
Hex B2 C2 2E 8 0 4C 18 42 3E 2F
Octal 262 302 56 10 0 114 30 102 76 57
Binary 10110010 11000010 101110 1000 0 1001100 11000 1000010 111110 101111

Color Harmonies of #B2C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C22E

Black with #B2C22E

Text Example


Text Example

White with #B2C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C22E; }

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

 H1.HeaderClassName
 {
   color: #B2C22E;
 }
 .AnyTagClassName
 {
   color: #B2C22E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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