Html Css Color HEX #7CBA12 Lima

📋 copy color: '#7CBA12'

red 124 ◦ green 186 ◦ blue 18

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

Shades of Lima #7CBA12

Tints of Lima #7CBA12

RGB

 RED value IS 124 (48.83% from 255) = 37.8%

 GREEN value IS 186 (73.05% from 255) = 56.71%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 37.8%
G = 56.71%
B = 5.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7CBA12 (or 0x7CBA12) is known color: Lima. HEX triplet: 7C, BA and 12. RGB value is (124,186,18). Sum of RGB (Red+Green+Blue) = 124+186+18=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA12 is #8345ED. Grayscale: #949494. Windows color (decimal): -8603118 or 1227388. OLE color: 1227388.

HSL color Cylindrical-coordinate representation of color #7CBA12: hue angle of 82.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBA12 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 18 -
CMYK 0.33 0 0.90 0.27
HSL 82.14º 0.82% 0.4% -
HSV(B) 82.14º 0.9% 0.73% -
XYZ 25.98 39.45 6.82 -
YUV 148.31 54.46 110.66 -
System Red Green Blue C M Y K H S L
Decimal 124 186 18 0.33 0 0.90 0.27 82.14 0.82 0.4
Hex 7C BA 12 21 0 5A 1B 52 52 28
Octal 174 272 22 41 0 132 33 122 122 50
Binary 1111100 10111010 10010 100001 0 1011010 11011 1010010 1010010 101000

Color Harmonies of #7CBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA12

Black with #7CBA12

Text Example


Text Example

White with #7CBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CBA12; }

 p { color: rgb(124,186,18); }

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

background-color css

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

 a { background-color: rgb(124,186,18); }

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

border-color css

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

 span { border-color: rgb(124,186,18); }

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