Html Css Color HEX #B4BB2C Bahia

📋 copy color: '#B4BB2C'

red 180 ◦ green 187 ◦ blue 44

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

Shades of Bahia #B4BB2C

Tints of Bahia #B4BB2C

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

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

R = 43.8%
G = 45.5%
B = 10.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B4BB2C (or 0xB4BB2C) is known color: Bahia. HEX triplet: B4, BB and 2C. RGB value is (180,187,44). Sum of RGB (Red+Green+Blue) = 180+187+44=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB2C is #4B44D3. Grayscale: #A9A9A9. Windows color (decimal): -4932820 or 2931636. OLE color: 2931636.

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

Color convert

RGB 180 187 44 -
CMYK 0.04 0 0.76 0.27
HSL 62.94º 0.62% 0.45% -
HSV(B) 62.94º 0.76% 0.73% -
XYZ 37.05 45.43 9.2 -
YUV 168.61 57.68 136.13 -
System Red Green Blue C M Y K H S L
Decimal 180 187 44 0.04 0 0.76 0.27 62.94 0.62 0.45
Hex B4 BB 2C 4 0 4C 1B 3F 3E 2D
Octal 264 273 54 4 0 114 33 77 76 55
Binary 10110100 10111011 101100 100 0 1001100 11011 111111 111110 101101

Color Harmonies of #B4BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BB2C

Black with #B4BB2C

Text Example


Text Example

White with #B4BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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