Html Css Color HEX #B2C22A Bahia

📋 copy color: '#B2C22A'

red 178 ◦ green 194 ◦ blue 42

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

Shades of Bahia #B2C22A

Tints of Bahia #B2C22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 43%
G = 46.86%
B = 10.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B2C22A (or 0xB2C22A) is known color: Bahia. HEX triplet: B2, C2 and 2A. RGB value is (178,194,42). Sum of RGB (Red+Green+Blue) = 178+194+42=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C22A is #4D3DD5. Grayscale: #ACACAC. Windows color (decimal): -5062102 or 2802354. OLE color: 2802354.

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

Color convert

RGB 178 194 42 -
CMYK 0.08 0 0.78 0.24
HSL 66.32º 0.64% 0.46% -
HSV(B) 66.32º 0.78% 0.76% -
XYZ 38.07 48.22 9.49 -
YUV 171.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 178 194 42 0.08 0 0.78 0.24 66.32 0.64 0.46
Hex B2 C2 2A 8 0 4E 18 42 40 2E
Octal 262 302 52 10 0 116 30 102 100 56
Binary 10110010 11000010 101010 1000 0 1001110 11000 1000010 1000000 101110

Color Harmonies of #B2C22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C22A

Black with #B2C22A

Text Example


Text Example

White with #B2C22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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