Html Css Color HEX #BBAC0D Earls Green

📋 copy color: '#BBAC0D'

red 187 ◦ green 172 ◦ blue 13

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

Shades of Earls Green #BBAC0D

Tints of Earls Green #BBAC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.24%

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

R = 50.27%
G = 46.24%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBAC0D (or 0xBBAC0D) is known color: Earls Green. HEX triplet: BB, AC and 0D. RGB value is (187,172,13). Sum of RGB (Red+Green+Blue) = 187+172+13=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC0D is #4453F2. Grayscale: #9F9F9F. Windows color (decimal): -4477939 or 896187. OLE color: 896187.

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

Color convert

RGB 187 172 13 -
CMYK 0 0.08 0.93 0.27
HSL 54.83º 0.87% 0.39% -
HSV(B) 54.83º 0.93% 0.73% -
XYZ 35.32 40.1 6.26 -
YUV 158.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 187 172 13 0 0.08 0.93 0.27 54.83 0.87 0.39
Hex BB AC D 0 8 5D 1B 37 57 27
Octal 273 254 15 0 10 135 33 67 127 47
Binary 10111011 10101100 1101 0 1000 1011101 11011 110111 1010111 100111

Color Harmonies of #BBAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC0D

Black with #BBAC0D

Text Example


Text Example

White with #BBAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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