Html Css Color HEX #BBA625 Earls Green

📋 copy color: '#BBA625'

red 187 ◦ green 166 ◦ blue 37

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

Shades of Earls Green #BBA625

Tints of Earls Green #BBA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

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

R = 47.95%
G = 42.56%
B = 9.49%

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

#BBA625 (or 0xBBA625) is known color: Earls Green. HEX triplet: BB, A6 and 25. RGB value is (187,166,37). Sum of RGB (Red+Green+Blue) = 187+166+37=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA625 is #4459DA. Grayscale: #9E9E9E. Windows color (decimal): -4479451 or 2467515. OLE color: 2467515.

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

Color convert

RGB 187 166 37 -
CMYK 0 0.11 0.80 0.27
HSL 51.6º 0.67% 0.44% -
HSV(B) 51.6º 0.8% 0.73% -
XYZ 34.46 37.97 7.26 -
YUV 157.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 187 166 37 0 0.11 0.80 0.27 51.6 0.67 0.44
Hex BB A6 25 0 B 50 1B 34 43 2C
Octal 273 246 45 0 13 120 33 64 103 54
Binary 10111011 10100110 100101 0 1011 1010000 11011 110100 1000011 101100

Color Harmonies of #BBA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA625

Black with #BBA625

Text Example


Text Example

White with #BBA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA625; }

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

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

background-color css

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

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

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

border-color css

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

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

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