Html Css Color HEX #BBAF25 Earls Green

📋 copy color: '#BBAF25'

red 187 ◦ green 175 ◦ blue 37

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

Shades of Earls Green #BBAF25

Tints of Earls Green #BBAF25

RGB

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

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

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

R = 46.87%
G = 43.86%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBAF25 (or 0xBBAF25) is known color: Earls Green. HEX triplet: BB, AF and 25. RGB value is (187,175,37). Sum of RGB (Red+Green+Blue) = 187+175+37=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF25 is #4450DA. Grayscale: #A3A3A3. Windows color (decimal): -4477147 or 2469819. OLE color: 2469819.

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

Color convert

RGB 187 175 37 -
CMYK 0 0.06 0.80 0.27
HSL 55.2º 0.67% 0.44% -
HSV(B) 55.2º 0.8% 0.73% -
XYZ 36.16 41.36 7.83 -
YUV 162.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 187 175 37 0 0.06 0.80 0.27 55.2 0.67 0.44
Hex BB AF 25 0 6 50 1B 37 43 2C
Octal 273 257 45 0 6 120 33 67 103 54
Binary 10111011 10101111 100101 0 110 1010000 11011 110111 1000011 101100

Color Harmonies of #BBAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF25

Black with #BBAF25

Text Example


Text Example

White with #BBAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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