Html Css Color HEX #B2B919 Bahia

📋 copy color: '#B2B919'

red 178 ◦ green 185 ◦ blue 25

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

Shades of Bahia #B2B919

Tints of Bahia #B2B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

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

R = 45.88%
G = 47.68%
B = 6.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B2B919 (or 0xB2B919) is known color: Bahia. HEX triplet: B2, B9 and 19. RGB value is (178,185,25). Sum of RGB (Red+Green+Blue) = 178+185+25=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B919 is #4D46E6. Grayscale: #A5A5A5. Windows color (decimal): -5064423 or 1685938. OLE color: 1685938.

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

Color convert

RGB 178 185 25 -
CMYK 0.04 0 0.86 0.27
HSL 62.63º 0.76% 0.41% -
HSV(B) 62.63º 0.86% 0.73% -
XYZ 35.88 44.23 7.57 -
YUV 164.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 178 185 25 0.04 0 0.86 0.27 62.63 0.76 0.41
Hex B2 B9 19 4 0 56 1B 3F 4C 29
Octal 262 271 31 4 0 126 33 77 114 51
Binary 10110010 10111001 11001 100 0 1010110 11011 111111 1001100 101001

Color Harmonies of #B2B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B919

Black with #B2B919

Text Example


Text Example

White with #B2B919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B919; }

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

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

background-color css

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

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

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

border-color css

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

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

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