Html Css Color HEX #B2B72B Bahia

📋 copy color: '#B2B72B'

red 178 ◦ green 183 ◦ blue 43

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

Shades of Bahia #B2B72B

Tints of Bahia #B2B72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.64%

R = 44.06%
G = 45.3%
B = 10.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B2B72B (or 0xB2B72B) is known color: Bahia. HEX triplet: B2, B7 and 2B. RGB value is (178,183,43). Sum of RGB (Red+Green+Blue) = 178+183+43=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B72B is #4D48D4. Grayscale: #A6A6A6. Windows color (decimal): -5064917 or 2865074. OLE color: 2865074.

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

Color convert

RGB 178 183 43 -
CMYK 0.03 0 0.77 0.28
HSL 62.14º 0.62% 0.44% -
HSV(B) 62.14º 0.77% 0.72% -
XYZ 35.73 43.51 8.8 -
YUV 165.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 178 183 43 0.03 0 0.77 0.28 62.14 0.62 0.44
Hex B2 B7 2B 3 0 4D 1C 3E 3E 2C
Octal 262 267 53 3 0 115 34 76 76 54
Binary 10110010 10110111 101011 11 0 1001101 11100 111110 111110 101100

Color Harmonies of #B2B72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B72B

Black with #B2B72B

Text Example


Text Example

White with #B2B72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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