Html Css Color HEX #ABCC64 Conifer

📋 copy color: '#ABCC64'

red 171 ◦ green 204 ◦ blue 100

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

Shades of Conifer #ABCC64

Tints of Conifer #ABCC64

RGB

 RED value IS 171 (67.19% from 255) = 36%

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 36%
G = 42.95%
B = 21.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#ABCC64 (or 0xABCC64) is known color: Conifer. HEX triplet: AB, CC and 64. RGB value is (171,204,100). Sum of RGB (Red+Green+Blue) = 171+204+100=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC64 is #54339B. Grayscale: #B6B6B6. Windows color (decimal): -5518236 or 6605995. OLE color: 6605995.

HSL color Cylindrical-coordinate representation of color #ABCC64: hue angle of 79.04º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABCC64 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 100 -
CMYK 0.16 0 0.51 0.2
HSL 79.04º 0.5% 0.6% -
HSV(B) 79.04º 0.51% 0.8% -
XYZ 40.69 52.76 20.1 -
YUV 182.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 171 204 100 0.16 0 0.51 0.2 79.04 0.5 0.6
Hex AB CC 64 10 0 33 14 4F 32 3C
Octal 253 314 144 20 0 63 24 117 62 74
Binary 10101011 11001100 1100100 10000 0 110011 10100 1001111 110010 111100

Color Harmonies of #ABCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC64

Black with #ABCC64

Text Example


Text Example

White with #ABCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC64; }

 p { color: rgb(171,204,100); }

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

background-color css

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

 a { background-color: rgb(171,204,100); }

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

border-color css

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

 span { border-color: rgb(171,204,100); }

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