Html Css Color HEX #BBA432 Earls Green

📋 copy color: '#BBA432'

red 187 ◦ green 164 ◦ blue 50

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

Shades of Earls Green #BBA432

Tints of Earls Green #BBA432

RGB

 RED value IS 187 (73.44% from 255) = 46.63%

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 46.63%
G = 40.9%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA432 (or 0xBBA432) is known color: Earls Green. HEX triplet: BB, A4 and 32. RGB value is (187,164,50). Sum of RGB (Red+Green+Blue) = 187+164+50=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA432 is #445BCD. Grayscale: #9E9E9E. Windows color (decimal): -4479950 or 3318971. OLE color: 3318971.

HSL color Cylindrical-coordinate representation of color #BBA432: hue angle of 49.93º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA432 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 50 -
CMYK 0 0.12 0.73 0.27
HSL 49.93º 0.58% 0.46% -
HSV(B) 49.93º 0.73% 0.73% -
XYZ 34.34 37.35 8.42 -
YUV 157.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 187 164 50 0 0.12 0.73 0.27 49.93 0.58 0.46
Hex BB A4 32 0 C 49 1B 32 3A 2E
Octal 273 244 62 0 14 111 33 62 72 56
Binary 10111011 10100100 110010 0 1100 1001001 11011 110010 111010 101110

Color Harmonies of #BBA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA432

Black with #BBA432

Text Example


Text Example

White with #BBA432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA432; }

 p { color: rgb(187,164,50); }

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

background-color css

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

 a { background-color: rgb(187,164,50); }

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

border-color css

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

 span { border-color: rgb(187,164,50); }

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