Html Css Color HEX #7BBA14 Lima

📋 copy color: '#7BBA14'

red 123 ◦ green 186 ◦ blue 20

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

Shades of Lima #7BBA14

Tints of Lima #7BBA14

RGB

 RED value IS 123 (48.44% from 255) = 37.39%

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 37.39%
G = 56.53%
B = 6.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#7BBA14 (or 0x7BBA14) is known color: Lima. HEX triplet: 7B, BA and 14. RGB value is (123,186,20). Sum of RGB (Red+Green+Blue) = 123+186+20=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA14 is #8445EB. Grayscale: #949494. Windows color (decimal): -8668652 or 1358459. OLE color: 1358459.

HSL color Cylindrical-coordinate representation of color #7BBA14: hue angle of 82.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BBA14 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 20 -
CMYK 0.34 0 0.89 0.27
HSL 82.77º 0.81% 0.4% -
HSV(B) 82.77º 0.89% 0.73% -
XYZ 25.85 39.38 6.9 -
YUV 148.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 123 186 20 0.34 0 0.89 0.27 82.77 0.81 0.4
Hex 7B BA 14 22 0 59 1B 53 51 28
Octal 173 272 24 42 0 131 33 123 121 50
Binary 1111011 10111010 10100 100010 0 1011001 11011 1010011 1010001 101000

Color Harmonies of #7BBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA14

Black with #7BBA14

Text Example


Text Example

White with #7BBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,20); }

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

background-color css

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

 a { background-color: rgb(123,186,20); }

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

border-color css

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

 span { border-color: rgb(123,186,20); }

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