Html Css Color HEX #A5BBBB Jungle Mist

📋 copy color: '#A5BBBB'

red 165 ◦ green 187 ◦ blue 187

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

Shades of Jungle Mist #A5BBBB

Tints of Jungle Mist #A5BBBB

RGB

 RED value IS 165 (64.84% from 255) = 30.61%

 GREEN value IS 187 (73.44% from 255) = 34.69%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 30.61%
G = 34.69%
B = 34.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5BBBB (or 0xA5BBBB) is known color: Jungle Mist. HEX triplet: A5, BB and BB. RGB value is (165,187,187). Sum of RGB (Red+Green+Blue) = 165+187+187=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #A5BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBBB is #5A4444. Grayscale: #B4B4B4. Windows color (decimal): -5915717 or 12303269. OLE color: 12303269.

HSL color Cylindrical-coordinate representation of color #A5BBBB: hue angle of 180º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BBBB is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 187 -
CMYK 0.12 0 0 0.27
HSL 180º 0.14% 0.69% -
HSV(B) 180º 0.12% 0.73% -
XYZ 42.26 47.13 53.88 -
YUV 180.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 165 187 187 0.12 0 0 0.27 180 0.14 0.69
Hex A5 BB BB C 0 0 1B B4 E 45
Octal 245 273 273 14 0 0 33 264 16 105
Binary 10100101 10111011 10111011 1100 0 0 11011 10110100 1110 1000101

Color Harmonies of #A5BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBBB

Black with #A5BBBB

Text Example


Text Example

White with #A5BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBBB; }

 p { color: rgb(165,187,187); }

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

background-color css

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

 a { background-color: rgb(165,187,187); }

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

border-color css

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

 span { border-color: rgb(165,187,187); }

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