Html Css Color HEX #BBA530 Earls Green

📋 copy color: '#BBA530'

red 187 ◦ green 165 ◦ blue 48

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

Shades of Earls Green #BBA530

Tints of Earls Green #BBA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 46.75%
G = 41.25%
B = 12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA530 (or 0xBBA530) is known color: Earls Green. HEX triplet: BB, A5 and 30. RGB value is (187,165,48). Sum of RGB (Red+Green+Blue) = 187+165+48=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA530 is #445ACF. Grayscale: #9E9E9E. Windows color (decimal): -4479696 or 3188155. OLE color: 3188155.

HSL color Cylindrical-coordinate representation of color #BBA530: hue angle of 50.5º 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 #BBA530 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 48 -
CMYK 0 0.12 0.74 0.27
HSL 50.5º 0.59% 0.46% -
HSV(B) 50.5º 0.74% 0.73% -
XYZ 34.48 37.69 8.25 -
YUV 158.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 187 165 48 0 0.12 0.74 0.27 50.5 0.59 0.46
Hex BB A5 30 0 C 4A 1B 33 3B 2E
Octal 273 245 60 0 14 112 33 63 73 56
Binary 10111011 10100101 110000 0 1100 1001010 11011 110011 111011 101110

Color Harmonies of #BBA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA530

Black with #BBA530

Text Example


Text Example

White with #BBA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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