Html Css Color HEX #B2BB2C Bahia

📋 copy color: '#B2BB2C'

red 178 ◦ green 187 ◦ blue 44

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

Shades of Bahia #B2BB2C

Tints of Bahia #B2BB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 43.52%
G = 45.72%
B = 10.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B2BB2C (or 0xB2BB2C) is known color: Bahia. HEX triplet: B2, BB and 2C. RGB value is (178,187,44). Sum of RGB (Red+Green+Blue) = 178+187+44=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB2C is #4D44D3. Grayscale: #A8A8A8. Windows color (decimal): -5063892 or 2931634. OLE color: 2931634.

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

Color convert

RGB 178 187 44 -
CMYK 0.05 0 0.76 0.27
HSL 63.78º 0.62% 0.45% -
HSV(B) 63.78º 0.76% 0.73% -
XYZ 36.59 45.19 9.18 -
YUV 168.01 58.02 135.13 -
System Red Green Blue C M Y K H S L
Decimal 178 187 44 0.05 0 0.76 0.27 63.78 0.62 0.45
Hex B2 BB 2C 5 0 4C 1B 40 3E 2D
Octal 262 273 54 5 0 114 33 100 76 55
Binary 10110010 10111011 101100 101 0 1001100 11011 1000000 111110 101101

Color Harmonies of #B2BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB2C

Black with #B2BB2C

Text Example


Text Example

White with #B2BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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