Html Css Color HEX #B3BB25 Bahia

📋 copy color: '#B3BB25'

red 179 ◦ green 187 ◦ blue 37

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

Shades of Bahia #B3BB25

Tints of Bahia #B3BB25

RGB

 RED value IS 179 (70.31% from 255) = 44.42%

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 44.42%
G = 46.4%
B = 9.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B3BB25 (or 0xB3BB25) is known color: Bahia. HEX triplet: B3, BB and 25. RGB value is (179,187,37). Sum of RGB (Red+Green+Blue) = 179+187+37=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB25 is #4C44DA. Grayscale: #A8A8A8. Windows color (decimal): -4998363 or 2472883. OLE color: 2472883.

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

Color convert

RGB 179 187 37 -
CMYK 0.04 0 0.80 0.27
HSL 63.2º 0.67% 0.44% -
HSV(B) 63.2º 0.8% 0.73% -
XYZ 36.69 45.26 8.55 -
YUV 167.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 179 187 37 0.04 0 0.80 0.27 63.2 0.67 0.44
Hex B3 BB 25 4 0 50 1B 3F 43 2C
Octal 263 273 45 4 0 120 33 77 103 54
Binary 10110011 10111011 100101 100 0 1010000 11011 111111 1000011 101100

Color Harmonies of #B3BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BB25

Black with #B3BB25

Text Example


Text Example

White with #B3BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BB25; }

 p { color: rgb(179,187,37); }

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

background-color css

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

 a { background-color: rgb(179,187,37); }

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

border-color css

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

 span { border-color: rgb(179,187,37); }

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