Html Css Color HEX #B2B72A Bahia

📋 copy color: '#B2B72A'

red 178 ◦ green 183 ◦ blue 42

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

Shades of Bahia #B2B72A

Tints of Bahia #B2B72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 44.17%
G = 45.41%
B = 10.42%

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

#B2B72A (or 0xB2B72A) is known color: Bahia. HEX triplet: B2, B7 and 2A. RGB value is (178,183,42). Sum of RGB (Red+Green+Blue) = 178+183+42=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B72A is #4D48D5. Grayscale: #A5A5A5. Windows color (decimal): -5064918 or 2799538. OLE color: 2799538.

HSL color Cylindrical-coordinate representation of color #B2B72A: hue angle of 62.13º degrees, saturation: 0.63, 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 #B2B72A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 42 -
CMYK 0.03 0 0.77 0.28
HSL 62.13º 0.63% 0.44% -
HSV(B) 62.13º 0.77% 0.72% -
XYZ 35.71 43.5 8.7 -
YUV 165.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 178 183 42 0.03 0 0.77 0.28 62.13 0.63 0.44
Hex B2 B7 2A 3 0 4D 1C 3E 3F 2C
Octal 262 267 52 3 0 115 34 76 77 54
Binary 10110010 10110111 101010 11 0 1001101 11100 111110 111111 101100

Color Harmonies of #B2B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B72A

Black with #B2B72A

Text Example


Text Example

White with #B2B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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