Html Css Color HEX #BBA41D Earls Green

📋 copy color: '#BBA41D'

red 187 ◦ green 164 ◦ blue 29

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

Shades of Earls Green #BBA41D

Tints of Earls Green #BBA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

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

R = 49.21%
G = 43.16%
B = 7.63%

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

#BBA41D (or 0xBBA41D) is known color: Earls Green. HEX triplet: BB, A4 and 1D. RGB value is (187,164,29). Sum of RGB (Red+Green+Blue) = 187+164+29=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41D is #445BE2. Grayscale: #9C9C9C. Windows color (decimal): -4479971 or 1942715. OLE color: 1942715.

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

Color convert

RGB 187 164 29 -
CMYK 0 0.12 0.84 0.27
HSL 51.27º 0.73% 0.42% -
HSV(B) 51.27º 0.84% 0.73% -
XYZ 33.99 37.2 6.55 -
YUV 155.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 187 164 29 0 0.12 0.84 0.27 51.27 0.73 0.42
Hex BB A4 1D 0 C 54 1B 33 49 2A
Octal 273 244 35 0 14 124 33 63 111 52
Binary 10111011 10100100 11101 0 1100 1010100 11011 110011 1001001 101010

Color Harmonies of #BBA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA41D

Black with #BBA41D

Text Example


Text Example

White with #BBA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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