Html Css Color HEX #B2B628 Bahia

📋 copy color: '#B2B628'

red 178 ◦ green 182 ◦ blue 40

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

Shades of Bahia #B2B628

Tints of Bahia #B2B628

RGB

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

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

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

R = 44.5%
G = 45.5%
B = 10%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B2B628 (or 0xB2B628) is known color: Bahia. HEX triplet: B2, B6 and 28. RGB value is (178,182,40). Sum of RGB (Red+Green+Blue) = 178+182+40=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B628 is #4D49D7. Grayscale: #A5A5A5. Windows color (decimal): -5065176 or 2668210. OLE color: 2668210.

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

Color convert

RGB 178 182 40 -
CMYK 0.02 0 0.78 0.29
HSL 61.69º 0.64% 0.44% -
HSV(B) 61.69º 0.78% 0.71% -
XYZ 35.47 43.07 8.45 -
YUV 164.62 57.67 137.55 -
System Red Green Blue C M Y K H S L
Decimal 178 182 40 0.02 0 0.78 0.29 61.69 0.64 0.44
Hex B2 B6 28 2 0 4E 1D 3E 40 2C
Octal 262 266 50 2 0 116 35 76 100 54
Binary 10110010 10110110 101000 10 0 1001110 11101 111110 1000000 101100

Color Harmonies of #B2B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B628

Black with #B2B628

Text Example


Text Example

White with #B2B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B628; }

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

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

background-color css

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

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

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

border-color css

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

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

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