Html Css Color HEX #B2B619 Bahia

📋 copy color: '#B2B619'

red 178 ◦ green 182 ◦ blue 25

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

Shades of Bahia #B2B619

Tints of Bahia #B2B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

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

R = 46.23%
G = 47.27%
B = 6.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B2B619 (or 0xB2B619) is known color: Bahia. HEX triplet: B2, B6 and 19. RGB value is (178,182,25). Sum of RGB (Red+Green+Blue) = 178+182+25=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B619 is #4D49E6. Grayscale: #A3A3A3. Windows color (decimal): -5065191 or 1685170. OLE color: 1685170.

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

Color convert

RGB 178 182 25 -
CMYK 0.02 0 0.86 0.29
HSL 61.53º 0.76% 0.41% -
HSV(B) 61.53º 0.86% 0.71% -
XYZ 35.26 42.99 7.36 -
YUV 162.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 178 182 25 0.02 0 0.86 0.29 61.53 0.76 0.41
Hex B2 B6 19 2 0 56 1D 3E 4C 29
Octal 262 266 31 2 0 126 35 76 114 51
Binary 10110010 10110110 11001 10 0 1010110 11101 111110 1001100 101001

Color Harmonies of #B2B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B619

Black with #B2B619

Text Example


Text Example

White with #B2B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B619; }

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

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

background-color css

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

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

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

border-color css

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

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

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