Html Css Color HEX #ACCF52 Conifer

📋 copy color: '#ACCF52'

red 172 ◦ green 207 ◦ blue 82

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

Shades of Conifer #ACCF52

Tints of Conifer #ACCF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 37.31%
G = 44.9%
B = 17.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#ACCF52 (or 0xACCF52) is known color: Conifer. HEX triplet: AC, CF and 52. RGB value is (172,207,82). Sum of RGB (Red+Green+Blue) = 172+207+82=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF52 is #5330AD. Grayscale: #B6B6B6. Windows color (decimal): -5451950 or 5427116. OLE color: 5427116.

HSL color Cylindrical-coordinate representation of color #ACCF52: hue angle of 76.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACCF52 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 82 -
CMYK 0.17 0 0.60 0.19
HSL 76.8º 0.57% 0.57% -
HSV(B) 76.8º 0.6% 0.81% -
XYZ 40.85 54.01 16.25 -
YUV 182.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 172 207 82 0.17 0 0.60 0.19 76.8 0.57 0.57
Hex AC CF 52 11 0 3C 13 4D 39 39
Octal 254 317 122 21 0 74 23 115 71 71
Binary 10101100 11001111 1010010 10001 0 111100 10011 1001101 111001 111001

Color Harmonies of #ACCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF52

Black with #ACCF52

Text Example


Text Example

White with #ACCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF52; }

 p { color: rgb(172,207,82); }

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

background-color css

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

 a { background-color: rgb(172,207,82); }

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

border-color css

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

 span { border-color: rgb(172,207,82); }

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