Html Css Color HEX #B2B719 Bahia

📋 copy color: '#B2B719'

red 178 ◦ green 183 ◦ blue 25

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

Shades of Bahia #B2B719

Tints of Bahia #B2B719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

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

R = 46.11%
G = 47.41%
B = 6.48%

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

#B2B719 (or 0xB2B719) is known color: Bahia. HEX triplet: B2, B7 and 19. RGB value is (178,183,25). Sum of RGB (Red+Green+Blue) = 178+183+25=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B719 is #4D48E6. Grayscale: #A4A4A4. Windows color (decimal): -5064935 or 1685426. OLE color: 1685426.

HSL color Cylindrical-coordinate representation of color #B2B719: hue angle of 61.9º 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 #B2B719 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 25 -
CMYK 0.03 0 0.86 0.28
HSL 61.9º 0.76% 0.41% -
HSV(B) 61.9º 0.86% 0.72% -
XYZ 35.47 43.4 7.43 -
YUV 163.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 178 183 25 0.03 0 0.86 0.28 61.9 0.76 0.41
Hex B2 B7 19 3 0 56 1C 3E 4C 29
Octal 262 267 31 3 0 126 34 76 114 51
Binary 10110010 10110111 11001 11 0 1010110 11100 111110 1001100 101001

Color Harmonies of #B2B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B719

Black with #B2B719

Text Example


Text Example

White with #B2B719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B719; }

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

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

background-color css

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

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

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

border-color css

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

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

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