Html Css Color HEX #84B00C Lima

📋 copy color: '#84B00C'

red 132 ◦ green 176 ◦ blue 12

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

Shades of Lima #84B00C

Tints of Lima #84B00C

RGB

 RED value IS 132 (51.95% from 255) = 41.25%

 GREEN value IS 176 (69.14% from 255) = 55%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 41.25%
G = 55%
B = 3.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#84B00C (or 0x84B00C) is known color: Lima. HEX triplet: 84, B0 and 0C. RGB value is (132,176,12). Sum of RGB (Red+Green+Blue) = 132+176+12=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #84B00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B00C is #7B4FF3. Grayscale: #909090. Windows color (decimal): -8081396 or 831620. OLE color: 831620.

HSL color Cylindrical-coordinate representation of color #84B00C: hue angle of 76.1º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84B00C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 12 -
CMYK 0.25 0 0.93 0.31
HSL 76.1º 0.87% 0.37% -
HSV(B) 76.1º 0.93% 0.69% -
XYZ 25.11 35.98 5.97 -
YUV 144.15 53.42 119.34 -
System Red Green Blue C M Y K H S L
Decimal 132 176 12 0.25 0 0.93 0.31 76.1 0.87 0.37
Hex 84 B0 C 19 0 5D 1F 4C 57 25
Octal 204 260 14 31 0 135 37 114 127 45
Binary 10000100 10110000 1100 11001 0 1011101 11111 1001100 1010111 100101

Color Harmonies of #84B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B00C

Black with #84B00C

Text Example


Text Example

White with #84B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B00C; }

 p { color: rgb(132,176,12); }

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

background-color css

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

 a { background-color: rgb(132,176,12); }

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

border-color css

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

 span { border-color: rgb(132,176,12); }

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