Html Css Color HEX #A8CB56 Conifer

📋 copy color: '#A8CB56'

red 168 ◦ green 203 ◦ blue 86

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

Shades of Conifer #A8CB56

Tints of Conifer #A8CB56

RGB

 RED value IS 168 (66.02% from 255) = 36.76%

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

 BLUE value IS 86 (33.98% from 255) = 18.82%

R = 36.76%
G = 44.42%
B = 18.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#A8CB56 (or 0xA8CB56) is known color: Conifer. HEX triplet: A8, CB and 56. RGB value is (168,203,86). Sum of RGB (Red+Green+Blue) = 168+203+86=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB56 is #5734A9. Grayscale: #B3B3B3. Windows color (decimal): -5715114 or 5688232. OLE color: 5688232.

HSL color Cylindrical-coordinate representation of color #A8CB56: hue angle of 77.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8CB56 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 86 -
CMYK 0.17 0 0.58 0.20
HSL 77.95º 0.53% 0.57% -
HSV(B) 77.95º 0.58% 0.8% -
XYZ 39.18 51.71 16.72 -
YUV 179.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 168 203 86 0.17 0 0.58 0.20 77.95 0.53 0.57
Hex A8 CB 56 11 0 3A 14 4E 35 39
Octal 250 313 126 21 0 72 24 116 65 71
Binary 10101000 11001011 1010110 10001 0 111010 10100 1001110 110101 111001

Color Harmonies of #A8CB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB56

Black with #A8CB56

Text Example


Text Example

White with #A8CB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB56; }

 p { color: rgb(168,203,86); }

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

background-color css

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

 a { background-color: rgb(168,203,86); }

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

border-color css

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

 span { border-color: rgb(168,203,86); }

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