Html Css Color HEX #B2BB2D Bahia

📋 copy color: '#B2BB2D'

red 178 ◦ green 187 ◦ blue 45

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

Shades of Bahia #B2BB2D

Tints of Bahia #B2BB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 43.41%
G = 45.61%
B = 10.98%

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

#B2BB2D (or 0xB2BB2D) is known color: Bahia. HEX triplet: B2, BB and 2D. RGB value is (178,187,45). Sum of RGB (Red+Green+Blue) = 178+187+45=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB2D is #4D44D2. Grayscale: #A8A8A8. Windows color (decimal): -5063891 or 2997170. OLE color: 2997170.

HSL color Cylindrical-coordinate representation of color #B2BB2D: hue angle of 63.8º degrees, saturation: 0.61, 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 #B2BB2D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 45 -
CMYK 0.05 0 0.76 0.27
HSL 63.8º 0.61% 0.45% -
HSV(B) 63.8º 0.76% 0.73% -
XYZ 36.6 45.2 9.28 -
YUV 168.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 178 187 45 0.05 0 0.76 0.27 63.8 0.61 0.45
Hex B2 BB 2D 5 0 4C 1B 40 3D 2D
Octal 262 273 55 5 0 114 33 100 75 55
Binary 10110010 10111011 101101 101 0 1001100 11011 1000000 111101 101101

Color Harmonies of #B2BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB2D

Black with #B2BB2D

Text Example


Text Example

White with #B2BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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