Html Css Color HEX #B2B819 Bahia

📋 copy color: '#B2B819'

red 178 ◦ green 184 ◦ blue 25

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

Shades of Bahia #B2B819

Tints of Bahia #B2B819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

 BLUE value IS 25 (10.16% from 255) = 6.46%

R = 45.99%
G = 47.55%
B = 6.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B2B819 (or 0xB2B819) is known color: Bahia. HEX triplet: B2, B8 and 19. RGB value is (178,184,25). Sum of RGB (Red+Green+Blue) = 178+184+25=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B819 is #4D47E6. Grayscale: #A4A4A4. Windows color (decimal): -5064679 or 1685682. OLE color: 1685682.

HSL color Cylindrical-coordinate representation of color #B2B819: hue angle of 62.26º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2B819 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 25 -
CMYK 0.03 0 0.86 0.28
HSL 62.26º 0.76% 0.41% -
HSV(B) 62.26º 0.86% 0.72% -
XYZ 35.68 43.82 7.5 -
YUV 164.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 178 184 25 0.03 0 0.86 0.28 62.26 0.76 0.41
Hex B2 B8 19 3 0 56 1C 3E 4C 29
Octal 262 270 31 3 0 126 34 76 114 51
Binary 10110010 10111000 11001 11 0 1010110 11100 111110 1001100 101001

Color Harmonies of #B2B819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B819

Black with #B2B819

Text Example


Text Example

White with #B2B819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B819; }

 p { color: rgb(178,184,25); }

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

background-color css

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

 a { background-color: rgb(178,184,25); }

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

border-color css

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

 span { border-color: rgb(178,184,25); }

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