Html Css Color HEX #BBA51C Earls Green

📋 copy color: '#BBA51C'

red 187 ◦ green 165 ◦ blue 28

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

Shades of Earls Green #BBA51C

Tints of Earls Green #BBA51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 49.21%
G = 43.42%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BBA51C (or 0xBBA51C) is known color: Earls Green. HEX triplet: BB, A5 and 1C. RGB value is (187,165,28). Sum of RGB (Red+Green+Blue) = 187+165+28=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA51C is #445AE3. Grayscale: #9C9C9C. Windows color (decimal): -4479716 or 1877435. OLE color: 1877435.

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

Color convert

RGB 187 165 28 -
CMYK 0 0.12 0.85 0.27
HSL 51.7º 0.74% 0.42% -
HSV(B) 51.7º 0.85% 0.73% -
XYZ 34.16 37.56 6.55 -
YUV 155.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 187 165 28 0 0.12 0.85 0.27 51.7 0.74 0.42
Hex BB A5 1C 0 C 55 1B 34 4A 2A
Octal 273 245 34 0 14 125 33 64 112 52
Binary 10111011 10100101 11100 0 1100 1010101 11011 110100 1001010 101010

Color Harmonies of #BBA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA51C

Black with #BBA51C

Text Example


Text Example

White with #BBA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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