Html Css Color HEX #BBA81A Earls Green

📋 copy color: '#BBA81A'

red 187 ◦ green 168 ◦ blue 26

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

Shades of Earls Green #BBA81A

Tints of Earls Green #BBA81A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 49.08%
G = 44.09%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA81A (or 0xBBA81A) is known color: Earls Green. HEX triplet: BB, A8 and 1A. RGB value is (187,168,26). Sum of RGB (Red+Green+Blue) = 187+168+26=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA81A is #4457E5. Grayscale: #9E9E9E. Windows color (decimal): -4478950 or 1747131. OLE color: 1747131.

HSL color Cylindrical-coordinate representation of color #BBA81A: hue angle of 52.92º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA81A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 26 -
CMYK 0 0.10 0.86 0.27
HSL 52.92º 0.76% 0.42% -
HSV(B) 52.92º 0.86% 0.73% -
XYZ 34.68 38.64 6.61 -
YUV 157.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 187 168 26 0 0.10 0.86 0.27 52.92 0.76 0.42
Hex BB A8 1A 0 A 56 1B 35 4C 2A
Octal 273 250 32 0 12 126 33 65 114 52
Binary 10111011 10101000 11010 0 1010 1010110 11011 110101 1001100 101010

Color Harmonies of #BBA81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA81A

Black with #BBA81A

Text Example


Text Example

White with #BBA81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA81A; }

 p { color: rgb(187,168,26); }

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

background-color css

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

 a { background-color: rgb(187,168,26); }

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

border-color css

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

 span { border-color: rgb(187,168,26); }

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