Html Css Color HEX #B2BB32 Bahia

📋 copy color: '#B2BB32'

red 178 ◦ green 187 ◦ blue 50

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

Shades of Bahia #B2BB32

Tints of Bahia #B2BB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.06%

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 42.89%
G = 45.06%
B = 12.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B2BB32 (or 0xB2BB32) is known color: Bahia. HEX triplet: B2, BB and 32. RGB value is (178,187,50). Sum of RGB (Red+Green+Blue) = 178+187+50=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB32 is #4D44CD. Grayscale: #A9A9A9. Windows color (decimal): -5063886 or 3324850. OLE color: 3324850.

HSL color Cylindrical-coordinate representation of color #B2BB32: hue angle of 63.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2BB32 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 50 -
CMYK 0.05 0 0.73 0.27
HSL 63.94º 0.58% 0.46% -
HSV(B) 63.94º 0.73% 0.73% -
XYZ 36.71 45.24 9.81 -
YUV 168.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 178 187 50 0.05 0 0.73 0.27 63.94 0.58 0.46
Hex B2 BB 32 5 0 49 1B 40 3A 2E
Octal 262 273 62 5 0 111 33 100 72 56
Binary 10110010 10111011 110010 101 0 1001001 11011 1000000 111010 101110

Color Harmonies of #B2BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB32

Black with #B2BB32

Text Example


Text Example

White with #B2BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB32; }

 p { color: rgb(178,187,50); }

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

background-color css

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

 a { background-color: rgb(178,187,50); }

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

border-color css

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

 span { border-color: rgb(178,187,50); }

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