Html Css Color HEX #BBA725 Earls Green

📋 copy color: '#BBA725'

red 187 ◦ green 167 ◦ blue 37

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

Shades of Earls Green #BBA725

Tints of Earls Green #BBA725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.71%

 BLUE value IS 37 (14.84% from 255) = 9.46%

R = 47.83%
G = 42.71%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBA725 (or 0xBBA725) is known color: Earls Green. HEX triplet: BB, A7 and 25. RGB value is (187,167,37). Sum of RGB (Red+Green+Blue) = 187+167+37=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA725 is #4458DA. Grayscale: #9E9E9E. Windows color (decimal): -4479195 or 2467771. OLE color: 2467771.

HSL color Cylindrical-coordinate representation of color #BBA725: hue angle of 52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBA725 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 37 -
CMYK 0 0.11 0.80 0.27
HSL 52º 0.67% 0.44% -
HSV(B) 52º 0.8% 0.73% -
XYZ 34.65 38.34 7.32 -
YUV 158.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 187 167 37 0 0.11 0.80 0.27 52 0.67 0.44
Hex BB A7 25 0 B 50 1B 34 43 2C
Octal 273 247 45 0 13 120 33 64 103 54
Binary 10111011 10100111 100101 0 1011 1010000 11011 110100 1000011 101100

Color Harmonies of #BBA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA725

Black with #BBA725

Text Example


Text Example

White with #BBA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA725; }

 p { color: rgb(187,167,37); }

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

background-color css

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

 a { background-color: rgb(187,167,37); }

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

border-color css

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

 span { border-color: rgb(187,167,37); }

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