Html Css Color HEX #BBA41C Earls Green

📋 copy color: '#BBA41C'

red 187 ◦ green 164 ◦ blue 28

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

Shades of Earls Green #BBA41C

Tints of Earls Green #BBA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 49.34%
G = 43.27%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BBA41C (or 0xBBA41C) is known color: Earls Green. HEX triplet: BB, A4 and 1C. RGB value is (187,164,28). Sum of RGB (Red+Green+Blue) = 187+164+28=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41C is #445BE3. Grayscale: #9B9B9B. Windows color (decimal): -4479972 or 1877179. OLE color: 1877179.

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

Color convert

RGB 187 164 28 -
CMYK 0 0.12 0.85 0.27
HSL 51.32º 0.74% 0.42% -
HSV(B) 51.32º 0.85% 0.73% -
XYZ 33.98 37.2 6.49 -
YUV 155.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 187 164 28 0 0.12 0.85 0.27 51.32 0.74 0.42
Hex BB A4 1C 0 C 55 1B 33 4A 2A
Octal 273 244 34 0 14 125 33 63 112 52
Binary 10111011 10100100 11100 0 1100 1010101 11011 110011 1001010 101010

Color Harmonies of #BBA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA41C

Black with #BBA41C

Text Example


Text Example

White with #BBA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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