Html Css Color HEX #BBA51A Earls Green

📋 copy color: '#BBA51A'

red 187 ◦ green 165 ◦ blue 26

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

Shades of Earls Green #BBA51A

Tints of Earls Green #BBA51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

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

R = 49.47%
G = 43.65%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA51A (or 0xBBA51A) is known color: Earls Green. HEX triplet: BB, A5 and 1A. RGB value is (187,165,26). Sum of RGB (Red+Green+Blue) = 187+165+26=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA51A is #445AE5. Grayscale: #9C9C9C. Windows color (decimal): -4479718 or 1746363. OLE color: 1746363.

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

Color convert

RGB 187 165 26 -
CMYK 0 0.12 0.86 0.27
HSL 51.8º 0.76% 0.42% -
HSV(B) 51.8º 0.86% 0.73% -
XYZ 34.14 37.55 6.43 -
YUV 155.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 187 165 26 0 0.12 0.86 0.27 51.8 0.76 0.42
Hex BB A5 1A 0 C 56 1B 34 4C 2A
Octal 273 245 32 0 14 126 33 64 114 52
Binary 10111011 10100101 11010 0 1100 1010110 11011 110100 1001100 101010

Color Harmonies of #BBA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA51A

Black with #BBA51A

Text Example


Text Example

White with #BBA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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