Html Css Color HEX #ACCC62 Conifer

📋 copy color: '#ACCC62'

red 172 ◦ green 204 ◦ blue 98

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

Shades of Conifer #ACCC62

Tints of Conifer #ACCC62

RGB

 RED value IS 172 (67.58% from 255) = 36.29%

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

 BLUE value IS 98 (38.67% from 255) = 20.68%

R = 36.29%
G = 43.04%
B = 20.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#ACCC62 (or 0xACCC62) is known color: Conifer. HEX triplet: AC, CC and 62. RGB value is (172,204,98). Sum of RGB (Red+Green+Blue) = 172+204+98=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC62 is #53339D. Grayscale: #B6B6B6. Windows color (decimal): -5452702 or 6474924. OLE color: 6474924.

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

Color convert

RGB 172 204 98 -
CMYK 0.16 0 0.52 0.2
HSL 78.11º 0.51% 0.59% -
HSV(B) 78.11º 0.52% 0.8% -
XYZ 40.81 52.84 19.6 -
YUV 182.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 172 204 98 0.16 0 0.52 0.2 78.11 0.51 0.59
Hex AC CC 62 10 0 34 14 4E 33 3B
Octal 254 314 142 20 0 64 24 116 63 73
Binary 10101100 11001100 1100010 10000 0 110100 10100 1001110 110011 111011

Color Harmonies of #ACCC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC62

Black with #ACCC62

Text Example


Text Example

White with #ACCC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC62; }

 p { color: rgb(172,204,98); }

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

background-color css

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

 a { background-color: rgb(172,204,98); }

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

border-color css

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

 span { border-color: rgb(172,204,98); }

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