Html Css Color HEX #BBAE25 Earls Green

📋 copy color: '#BBAE25'

red 187 ◦ green 174 ◦ blue 37

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

Shades of Earls Green #BBAE25

Tints of Earls Green #BBAE25

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

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

R = 46.98%
G = 43.72%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBAE25 (or 0xBBAE25) is known color: Earls Green. HEX triplet: BB, AE and 25. RGB value is (187,174,37). Sum of RGB (Red+Green+Blue) = 187+174+37=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE25 is #4451DA. Grayscale: #A2A2A2. Windows color (decimal): -4477403 or 2469563. OLE color: 2469563.

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

Color convert

RGB 187 174 37 -
CMYK 0 0.07 0.80 0.27
HSL 54.8º 0.67% 0.44% -
HSV(B) 54.8º 0.8% 0.73% -
XYZ 35.96 40.97 7.76 -
YUV 162.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 187 174 37 0 0.07 0.80 0.27 54.8 0.67 0.44
Hex BB AE 25 0 7 50 1B 37 43 2C
Octal 273 256 45 0 7 120 33 67 103 54
Binary 10111011 10101110 100101 0 111 1010000 11011 110111 1000011 101100

Color Harmonies of #BBAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE25

Black with #BBAE25

Text Example


Text Example

White with #BBAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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