Html Css Color HEX #1BA499 Java

📋 copy color: '#1BA499'

red 27 ◦ green 164 ◦ blue 153

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

Shades of Java #1BA499

Tints of Java #1BA499

RGB

 RED value IS 27 (10.94% from 255) = 7.85%

 GREEN value IS 164 (64.45% from 255) = 47.67%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 7.85%
G = 47.67%
B = 44.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#1BA499 (or 0x1BA499) is known color: Java. HEX triplet: 1B, A4 and 99. RGB value is (27,164,153). Sum of RGB (Red+Green+Blue) = 27+164+153=344 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.85% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA499 is #E45B66. Grayscale: #797979. Windows color (decimal): -14965607 or 10069019. OLE color: 10069019.

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

Color convert

RGB 27 164 153 -
CMYK 0.84 0 0.07 0.36
HSL 175.18º 0.72% 0.37% -
HSV(B) 175.18º 0.84% 0.64% -
XYZ 19.48 29.08 34.72 -
YUV 121.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 27 164 153 0.84 0 0.07 0.36 175.18 0.72 0.37
Hex 1B A4 99 54 0 7 24 AF 48 25
Octal 33 244 231 124 0 7 44 257 110 45
Binary 11011 10100100 10011001 1010100 0 111 100100 10101111 1001000 100101

Color Harmonies of #1BA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA499

Black with #1BA499

Text Example


Text Example

White with #1BA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BA499; }

 p { color: rgb(27,164,153); }

 H1.HeaderClassName
 {
   color: #1BA499;
 }
 .AnyTagClassName
 {
   color: #1BA499;
 }
</style>

background-color css

<style>
 a { background-color: #1BA499; }

 a { background-color: rgb(27,164,153); }

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

border-color css

<style>
 span { border-color: #1BA499; }

 span { border-color: rgb(27,164,153); }

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