Html Css Color HEX #BBA31D Earls Green

📋 copy color: '#BBA31D'

red 187 ◦ green 163 ◦ blue 29

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

Shades of Earls Green #BBA31D

Tints of Earls Green #BBA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

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

R = 49.34%
G = 43.01%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA31D (or 0xBBA31D) is known color: Earls Green. HEX triplet: BB, A3 and 1D. RGB value is (187,163,29). Sum of RGB (Red+Green+Blue) = 187+163+29=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA31D is #445CE2. Grayscale: #9B9B9B. Windows color (decimal): -4480227 or 1942459. OLE color: 1942459.

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

Color convert

RGB 187 163 29 -
CMYK 0 0.13 0.84 0.27
HSL 50.89º 0.73% 0.42% -
HSV(B) 50.89º 0.84% 0.73% -
XYZ 33.81 36.85 6.49 -
YUV 154.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 187 163 29 0 0.13 0.84 0.27 50.89 0.73 0.42
Hex BB A3 1D 0 D 54 1B 33 49 2A
Octal 273 243 35 0 15 124 33 63 111 52
Binary 10111011 10100011 11101 0 1101 1010100 11011 110011 1001001 101010

Color Harmonies of #BBA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA31D

Black with #BBA31D

Text Example


Text Example

White with #BBA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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