Html Css Color HEX #B2B72D Bahia

📋 copy color: '#B2B72D'

red 178 ◦ green 183 ◦ blue 45

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

Shades of Bahia #B2B72D

Tints of Bahia #B2B72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 43.84%
G = 45.07%
B = 11.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B2B72D (or 0xB2B72D) is known color: Bahia. HEX triplet: B2, B7 and 2D. RGB value is (178,183,45). Sum of RGB (Red+Green+Blue) = 178+183+45=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B72D is #4D48D2. Grayscale: #A6A6A6. Windows color (decimal): -5064915 or 2996146. OLE color: 2996146.

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

Color convert

RGB 178 183 45 -
CMYK 0.03 0 0.75 0.28
HSL 62.17º 0.61% 0.45% -
HSV(B) 62.17º 0.75% 0.72% -
XYZ 35.77 43.52 9 -
YUV 165.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 178 183 45 0.03 0 0.75 0.28 62.17 0.61 0.45
Hex B2 B7 2D 3 0 4B 1C 3E 3D 2D
Octal 262 267 55 3 0 113 34 76 75 55
Binary 10110010 10110111 101101 11 0 1001011 11100 111110 111101 101101

Color Harmonies of #B2B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B72D

Black with #B2B72D

Text Example


Text Example

White with #B2B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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