Html Css Color HEX #4BA296 Lochinvar

📋 copy color: '#4BA296'

red 75 ◦ green 162 ◦ blue 150

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

Shades of Lochinvar #4BA296

Tints of Lochinvar #4BA296

RGB

 RED value IS 75 (29.69% from 255) = 19.38%

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 19.38%
G = 41.86%
B = 38.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#4BA296 (or 0x4BA296) is known color: Lochinvar. HEX triplet: 4B, A2 and 96. RGB value is (75,162,150). Sum of RGB (Red+Green+Blue) = 75+162+150=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA296 is #B45D69. Grayscale: #868686. Windows color (decimal): -11820394 or 9871947. OLE color: 9871947.

HSL color Cylindrical-coordinate representation of color #4BA296: hue angle of 171.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA296 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 150 -
CMYK 0.54 0 0.07 0.36
HSL 171.72º 0.37% 0.46% -
HSV(B) 171.72º 0.54% 0.64% -
XYZ 21.33 29.54 33.43 -
YUV 134.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 75 162 150 0.54 0 0.07 0.36 171.72 0.37 0.46
Hex 4B A2 96 36 0 7 24 AC 25 2E
Octal 113 242 226 66 0 7 44 254 45 56
Binary 1001011 10100010 10010110 110110 0 111 100100 10101100 100101 101110

Color Harmonies of #4BA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA296

Black with #4BA296

Text Example


Text Example

White with #4BA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA296; }

 p { color: rgb(75,162,150); }

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

background-color css

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

 a { background-color: rgb(75,162,150); }

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

border-color css

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

 span { border-color: rgb(75,162,150); }

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