Html Css Color HEX #A4CB8B Gossip

📋 copy color: '#A4CB8B'

red 164 ◦ green 203 ◦ blue 139

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

Shades of Gossip #A4CB8B

Tints of Gossip #A4CB8B

RGB

 RED value IS 164 (64.45% from 255) = 32.41%

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

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

R = 32.41%
G = 40.12%
B = 27.47%

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

#A4CB8B (or 0xA4CB8B) is known color: Gossip. HEX triplet: A4, CB and 8B. RGB value is (164,203,139). Sum of RGB (Red+Green+Blue) = 164+203+139=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB8B is #5B3474. Grayscale: #B8B8B8. Windows color (decimal): -5977205 or 9161636. OLE color: 9161636.

HSL color Cylindrical-coordinate representation of color #A4CB8B: hue angle of 96.56º 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 #A4CB8B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 203 139 -
CMYK 0.19 0 0.32 0.20
HSL 96.56º 0.38% 0.67% -
HSV(B) 96.56º 0.32% 0.8% -
XYZ 41.33 52.47 32.38 -
YUV 184.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 164 203 139 0.19 0 0.32 0.20 96.56 0.38 0.67
Hex A4 CB 8B 13 0 20 14 61 26 43
Octal 244 313 213 23 0 40 24 141 46 103
Binary 10100100 11001011 10001011 10011 0 100000 10100 1100001 100110 1000011

Color Harmonies of #A4CB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CB8B

Black with #A4CB8B

Text Example


Text Example

White with #A4CB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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