Html Css Color HEX #A5CB8B Gossip

📋 copy color: '#A5CB8B'

red 165 ◦ green 203 ◦ blue 139

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

Shades of Gossip #A5CB8B

Tints of Gossip #A5CB8B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 32.54%
G = 40.04%
B = 27.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#A5CB8B (or 0xA5CB8B) is known color: Gossip. HEX triplet: A5, CB and 8B. RGB value is (165,203,139). Sum of RGB (Red+Green+Blue) = 165+203+139=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB8B is #5A3474. Grayscale: #B8B8B8. Windows color (decimal): -5911669 or 9161637. OLE color: 9161637.

HSL color Cylindrical-coordinate representation of color #A5CB8B: hue angle of 95.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5CB8B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 139 -
CMYK 0.19 0 0.32 0.20
HSL 95.63º 0.38% 0.67% -
HSV(B) 95.63º 0.32% 0.8% -
XYZ 41.53 52.58 32.39 -
YUV 184.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 165 203 139 0.19 0 0.32 0.20 95.63 0.38 0.67
Hex A5 CB 8B 13 0 20 14 60 26 43
Octal 245 313 213 23 0 40 24 140 46 103
Binary 10100101 11001011 10001011 10011 0 100000 10100 1100000 100110 1000011

Color Harmonies of #A5CB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB8B

Black with #A5CB8B

Text Example


Text Example

White with #A5CB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB8B; }

 p { color: rgb(165,203,139); }

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

background-color css

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

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

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

border-color css

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

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

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