Html Css Color HEX #BBAE30 Earls Green

📋 copy color: '#BBAE30'

red 187 ◦ green 174 ◦ blue 48

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

Shades of Earls Green #BBAE30

Tints of Earls Green #BBAE30

RGB

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

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

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

R = 45.72%
G = 42.54%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBAE30 (or 0xBBAE30) is known color: Earls Green. HEX triplet: BB, AE and 30. RGB value is (187,174,48). Sum of RGB (Red+Green+Blue) = 187+174+48=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE30 is #4451CF. Grayscale: #A4A4A4. Windows color (decimal): -4477392 or 3190459. OLE color: 3190459.

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

Color convert

RGB 187 174 48 -
CMYK 0 0.07 0.74 0.27
HSL 54.39º 0.59% 0.46% -
HSV(B) 54.39º 0.74% 0.73% -
XYZ 36.16 41.05 8.81 -
YUV 163.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 187 174 48 0 0.07 0.74 0.27 54.39 0.59 0.46
Hex BB AE 30 0 7 4A 1B 36 3B 2E
Octal 273 256 60 0 7 112 33 66 73 56
Binary 10111011 10101110 110000 0 111 1001010 11011 110110 111011 101110

Color Harmonies of #BBAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE30

Black with #BBAE30

Text Example


Text Example

White with #BBAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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