Html Css Color HEX #BBAF27 Earls Green

📋 copy color: '#BBAF27'

red 187 ◦ green 175 ◦ blue 39

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

Shades of Earls Green #BBAF27

Tints of Earls Green #BBAF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.73%

R = 46.63%
G = 43.64%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBAF27 (or 0xBBAF27) is known color: Earls Green. HEX triplet: BB, AF and 27. RGB value is (187,175,39). Sum of RGB (Red+Green+Blue) = 187+175+39=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF27 is #4450D8. Grayscale: #A3A3A3. Windows color (decimal): -4477145 or 2600891. OLE color: 2600891.

HSL color Cylindrical-coordinate representation of color #BBAF27: hue angle of 55.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBAF27 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 39 -
CMYK 0 0.06 0.79 0.27
HSL 55.14º 0.65% 0.44% -
HSV(B) 55.14º 0.79% 0.73% -
XYZ 36.19 41.37 8 -
YUV 163.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 187 175 39 0 0.06 0.79 0.27 55.14 0.65 0.44
Hex BB AF 27 0 6 4F 1B 37 41 2C
Octal 273 257 47 0 6 117 33 67 101 54
Binary 10111011 10101111 100111 0 110 1001111 11011 110111 1000001 101100

Color Harmonies of #BBAF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF27

Black with #BBAF27

Text Example


Text Example

White with #BBAF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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