Html Css Color HEX #BBA51D Earls Green

📋 copy color: '#BBA51D'

red 187 ◦ green 165 ◦ blue 29

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

Shades of Earls Green #BBA51D

Tints of Earls Green #BBA51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 49.08%
G = 43.31%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA51D (or 0xBBA51D) is known color: Earls Green. HEX triplet: BB, A5 and 1D. RGB value is (187,165,29). Sum of RGB (Red+Green+Blue) = 187+165+29=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA51D is #445AE2. Grayscale: #9C9C9C. Windows color (decimal): -4479715 or 1942971. OLE color: 1942971.

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

Color convert

RGB 187 165 29 -
CMYK 0 0.12 0.84 0.27
HSL 51.65º 0.73% 0.42% -
HSV(B) 51.65º 0.84% 0.73% -
XYZ 34.17 37.56 6.61 -
YUV 156.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 187 165 29 0 0.12 0.84 0.27 51.65 0.73 0.42
Hex BB A5 1D 0 C 54 1B 34 49 2A
Octal 273 245 35 0 14 124 33 64 111 52
Binary 10111011 10100101 11101 0 1100 1010100 11011 110100 1001001 101010

Color Harmonies of #BBA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA51D

Black with #BBA51D

Text Example


Text Example

White with #BBA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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