Html Css Color HEX #BBAC1B Earls Green

📋 copy color: '#BBAC1B'

red 187 ◦ green 172 ◦ blue 27

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

Shades of Earls Green #BBAC1B

Tints of Earls Green #BBAC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 48.45%
G = 44.56%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBAC1B (or 0xBBAC1B) is known color: Earls Green. HEX triplet: BB, AC and 1B. RGB value is (187,172,27). Sum of RGB (Red+Green+Blue) = 187+172+27=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC1B is #4453E4. Grayscale: #A0A0A0. Windows color (decimal): -4477925 or 1813691. OLE color: 1813691.

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

Color convert

RGB 187 172 27 -
CMYK 0 0.08 0.86 0.27
HSL 54.38º 0.75% 0.42% -
HSV(B) 54.38º 0.86% 0.73% -
XYZ 35.44 40.15 6.92 -
YUV 159.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 187 172 27 0 0.08 0.86 0.27 54.38 0.75 0.42
Hex BB AC 1B 0 8 56 1B 36 4B 2A
Octal 273 254 33 0 10 126 33 66 113 52
Binary 10111011 10101100 11011 0 1000 1010110 11011 110110 1001011 101010

Color Harmonies of #BBAC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC1B

Black with #BBAC1B

Text Example


Text Example

White with #BBAC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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