Html Css Color HEX #B2BA28 Bahia

📋 copy color: '#B2BA28'

red 178 ◦ green 186 ◦ blue 40

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

Shades of Bahia #B2BA28

Tints of Bahia #B2BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

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

R = 44.06%
G = 46.04%
B = 9.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B2BA28 (or 0xB2BA28) is known color: Bahia. HEX triplet: B2, BA and 28. RGB value is (178,186,40). Sum of RGB (Red+Green+Blue) = 178+186+40=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA28 is #4D45D7. Grayscale: #A7A7A7. Windows color (decimal): -5064152 or 2669234. OLE color: 2669234.

HSL color Cylindrical-coordinate representation of color #B2BA28: hue angle of 63.29º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2BA28 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 40 -
CMYK 0.04 0 0.78 0.27
HSL 63.29º 0.65% 0.44% -
HSV(B) 63.29º 0.78% 0.73% -
XYZ 36.3 44.74 8.73 -
YUV 166.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 178 186 40 0.04 0 0.78 0.27 63.29 0.65 0.44
Hex B2 BA 28 4 0 4E 1B 3F 41 2C
Octal 262 272 50 4 0 116 33 77 101 54
Binary 10110010 10111010 101000 100 0 1001110 11011 111111 1000001 101100

Color Harmonies of #B2BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA28

Black with #B2BA28

Text Example


Text Example

White with #B2BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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