Html Css Color HEX #B2B928 Bahia

📋 copy color: '#B2B928'

red 178 ◦ green 185 ◦ blue 40

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

Shades of Bahia #B2B928

Tints of Bahia #B2B928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 44.17%
G = 45.91%
B = 9.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B2B928 (or 0xB2B928) is known color: Bahia. HEX triplet: B2, B9 and 28. RGB value is (178,185,40). Sum of RGB (Red+Green+Blue) = 178+185+40=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B928 is #4D46D7. Grayscale: #A6A6A6. Windows color (decimal): -5064408 or 2668978. OLE color: 2668978.

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

Color convert

RGB 178 185 40 -
CMYK 0.04 0 0.78 0.27
HSL 62.9º 0.64% 0.44% -
HSV(B) 62.9º 0.78% 0.73% -
XYZ 36.09 44.32 8.66 -
YUV 166.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 178 185 40 0.04 0 0.78 0.27 62.9 0.64 0.44
Hex B2 B9 28 4 0 4E 1B 3F 40 2C
Octal 262 271 50 4 0 116 33 77 100 54
Binary 10110010 10111001 101000 100 0 1001110 11011 111111 1000000 101100

Color Harmonies of #B2B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B928

Black with #B2B928

Text Example


Text Example

White with #B2B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B928; }

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

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

background-color css

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

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

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

border-color css

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

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

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