Html Css Color HEX #BBA90D Earls Green

📋 copy color: '#BBA90D'

red 187 ◦ green 169 ◦ blue 13

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

Shades of Earls Green #BBA90D

Tints of Earls Green #BBA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.8%

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 50.68%
G = 45.8%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBA90D (or 0xBBA90D) is known color: Earls Green. HEX triplet: BB, A9 and 0D. RGB value is (187,169,13). Sum of RGB (Red+Green+Blue) = 187+169+13=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA90D is #4456F2. Grayscale: #9D9D9D. Windows color (decimal): -4478707 or 895419. OLE color: 895419.

HSL color Cylindrical-coordinate representation of color #BBA90D: hue angle of 53.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBA90D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 13 -
CMYK 0 0.10 0.93 0.27
HSL 53.79º 0.87% 0.39% -
HSV(B) 53.79º 0.93% 0.73% -
XYZ 34.75 38.97 6.07 -
YUV 156.6 46.96 149.68 -
System Red Green Blue C M Y K H S L
Decimal 187 169 13 0 0.10 0.93 0.27 53.79 0.87 0.39
Hex BB A9 D 0 A 5D 1B 36 57 27
Octal 273 251 15 0 12 135 33 66 127 47
Binary 10111011 10101001 1101 0 1010 1011101 11011 110110 1010111 100111

Color Harmonies of #BBA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA90D

Black with #BBA90D

Text Example


Text Example

White with #BBA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA90D; }

 p { color: rgb(187,169,13); }

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

background-color css

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

 a { background-color: rgb(187,169,13); }

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

border-color css

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

 span { border-color: rgb(187,169,13); }

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