Html Css Color HEX #B2B72C Bahia

📋 copy color: '#B2B72C'

red 178 ◦ green 183 ◦ blue 44

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

Shades of Bahia #B2B72C

Tints of Bahia #B2B72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 43.95%
G = 45.19%
B = 10.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B2B72C (or 0xB2B72C) is known color: Bahia. HEX triplet: B2, B7 and 2C. RGB value is (178,183,44). Sum of RGB (Red+Green+Blue) = 178+183+44=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B72C is #4D48D3. Grayscale: #A6A6A6. Windows color (decimal): -5064916 or 2930610. OLE color: 2930610.

HSL color Cylindrical-coordinate representation of color #B2B72C: hue angle of 62.16º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2B72C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 44 -
CMYK 0.03 0 0.76 0.28
HSL 62.16º 0.61% 0.45% -
HSV(B) 62.16º 0.76% 0.72% -
XYZ 35.75 43.51 8.9 -
YUV 165.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 178 183 44 0.03 0 0.76 0.28 62.16 0.61 0.45
Hex B2 B7 2C 3 0 4C 1C 3E 3D 2D
Octal 262 267 54 3 0 114 34 76 75 55
Binary 10110010 10110111 101100 11 0 1001100 11100 111110 111101 101101

Color Harmonies of #B2B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B72C

Black with #B2B72C

Text Example


Text Example

White with #B2B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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