Html Css Color HEX #BBA830 Earls Green

📋 copy color: '#BBA830'

red 187 ◦ green 168 ◦ blue 48

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

Shades of Earls Green #BBA830

Tints of Earls Green #BBA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.69%

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 46.4%
G = 41.69%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA830 (or 0xBBA830) is known color: Earls Green. HEX triplet: BB, A8 and 30. RGB value is (187,168,48). Sum of RGB (Red+Green+Blue) = 187+168+48=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA830 is #4457CF. Grayscale: #A0A0A0. Windows color (decimal): -4478928 or 3188923. OLE color: 3188923.

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

Color convert

RGB 187 168 48 -
CMYK 0 0.10 0.74 0.27
HSL 51.8º 0.59% 0.46% -
HSV(B) 51.8º 0.74% 0.73% -
XYZ 35.03 38.78 8.44 -
YUV 160 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 187 168 48 0 0.10 0.74 0.27 51.8 0.59 0.46
Hex BB A8 30 0 A 4A 1B 34 3B 2E
Octal 273 250 60 0 12 112 33 64 73 56
Binary 10111011 10101000 110000 0 1010 1001010 11011 110100 111011 101110

Color Harmonies of #BBA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA830

Black with #BBA830

Text Example


Text Example

White with #BBA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA830; }

 p { color: rgb(187,168,48); }

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

background-color css

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

 a { background-color: rgb(187,168,48); }

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

border-color css

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

 span { border-color: rgb(187,168,48); }

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