Html Css Color HEX #7BBA10 Lima

📋 copy color: '#7BBA10'

red 123 ◦ green 186 ◦ blue 16

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

Shades of Lima #7BBA10

Tints of Lima #7BBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 37.85%
G = 57.23%
B = 4.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#7BBA10 (or 0x7BBA10) is known color: Lima. HEX triplet: 7B, BA and 10. RGB value is (123,186,16). Sum of RGB (Red+Green+Blue) = 123+186+16=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA10 is #8445EF. Grayscale: #949494. Windows color (decimal): -8668656 or 1096315. OLE color: 1096315.

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

Color convert

RGB 123 186 16 -
CMYK 0.34 0 0.91 0.27
HSL 82.24º 0.84% 0.4% -
HSV(B) 82.24º 0.91% 0.73% -
XYZ 25.82 39.37 6.73 -
YUV 147.78 53.63 110.32 -
System Red Green Blue C M Y K H S L
Decimal 123 186 16 0.34 0 0.91 0.27 82.24 0.84 0.4
Hex 7B BA 10 22 0 5B 1B 52 54 28
Octal 173 272 20 42 0 133 33 122 124 50
Binary 1111011 10111010 10000 100010 0 1011011 11011 1010010 1010100 101000

Color Harmonies of #7BBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA10

Black with #7BBA10

Text Example


Text Example

White with #7BBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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