Html Css Color HEX #B2C228 Bahia

📋 copy color: '#B2C228'

red 178 ◦ green 194 ◦ blue 40

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

Shades of Bahia #B2C228

Tints of Bahia #B2C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.71%

R = 43.2%
G = 47.09%
B = 9.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B2C228 (or 0xB2C228) is known color: Bahia. HEX triplet: B2, C2 and 28. RGB value is (178,194,40). Sum of RGB (Red+Green+Blue) = 178+194+40=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C228 is #4D3DD7. Grayscale: #ACACAC. Windows color (decimal): -5062104 or 2671282. OLE color: 2671282.

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

Color convert

RGB 178 194 40 -
CMYK 0.08 0 0.79 0.24
HSL 66.23º 0.66% 0.46% -
HSV(B) 66.23º 0.79% 0.76% -
XYZ 38.03 48.2 9.31 -
YUV 171.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 178 194 40 0.08 0 0.79 0.24 66.23 0.66 0.46
Hex B2 C2 28 8 0 4F 18 42 42 2E
Octal 262 302 50 10 0 117 30 102 102 56
Binary 10110010 11000010 101000 1000 0 1001111 11000 1000010 1000010 101110

Color Harmonies of #B2C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C228

Black with #B2C228

Text Example


Text Example

White with #B2C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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