Html Css Color HEX #BBAF30 Earls Green

📋 copy color: '#BBAF30'

red 187 ◦ green 175 ◦ blue 48

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

Shades of Earls Green #BBAF30

Tints of Earls Green #BBAF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.68%

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

R = 45.61%
G = 42.68%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBAF30 (or 0xBBAF30) is known color: Earls Green. HEX triplet: BB, AF and 30. RGB value is (187,175,48). Sum of RGB (Red+Green+Blue) = 187+175+48=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF30 is #4450CF. Grayscale: #A4A4A4. Windows color (decimal): -4477136 or 3190715. OLE color: 3190715.

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

Color convert

RGB 187 175 48 -
CMYK 0 0.06 0.74 0.27
HSL 54.82º 0.59% 0.46% -
HSV(B) 54.82º 0.74% 0.73% -
XYZ 36.36 41.44 8.88 -
YUV 164.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 187 175 48 0 0.06 0.74 0.27 54.82 0.59 0.46
Hex BB AF 30 0 6 4A 1B 37 3B 2E
Octal 273 257 60 0 6 112 33 67 73 56
Binary 10111011 10101111 110000 0 110 1001010 11011 110111 111011 101110

Color Harmonies of #BBAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF30

Black with #BBAF30

Text Example


Text Example

White with #BBAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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