Html Css Color HEX #A5CF92 Gossip

📋 copy color: '#A5CF92'

red 165 ◦ green 207 ◦ blue 146

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

Shades of Gossip #A5CF92

Tints of Gossip #A5CF92

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 31.85%
G = 39.96%
B = 28.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#A5CF92 (or 0xA5CF92) is known color: Gossip. HEX triplet: A5, CF and 92. RGB value is (165,207,146). Sum of RGB (Red+Green+Blue) = 165+207+146=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF92 is #5A306D. Grayscale: #BBBBBB. Windows color (decimal): -5910638 or 9621413. OLE color: 9621413.

HSL color Cylindrical-coordinate representation of color #A5CF92: hue angle of 101.31º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CF92 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 146 -
CMYK 0.20 0 0.29 0.19
HSL 101.31º 0.39% 0.69% -
HSV(B) 101.31º 0.29% 0.81% -
XYZ 43.02 54.7 35.49 -
YUV 187.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 165 207 146 0.20 0 0.29 0.19 101.31 0.39 0.69
Hex A5 CF 92 14 0 1D 13 65 27 45
Octal 245 317 222 24 0 35 23 145 47 105
Binary 10100101 11001111 10010010 10100 0 11101 10011 1100101 100111 1000101

Color Harmonies of #A5CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF92

Black with #A5CF92

Text Example


Text Example

White with #A5CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF92; }

 p { color: rgb(165,207,146); }

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

background-color css

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

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

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

border-color css

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

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

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