Html Css Color HEX #ACCB75 Caper

📋 copy color: '#ACCB75'

red 172 ◦ green 203 ◦ blue 117

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

Shades of Caper #ACCB75

Tints of Caper #ACCB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 34.96%
G = 41.26%
B = 23.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#ACCB75 (or 0xACCB75) is known color: Caper. HEX triplet: AC, CB and 75. RGB value is (172,203,117). Sum of RGB (Red+Green+Blue) = 172+203+117=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB75 is #53348A. Grayscale: #B8B8B8. Windows color (decimal): -5452939 or 7719852. OLE color: 7719852.

HSL color Cylindrical-coordinate representation of color #ACCB75: hue angle of 81.63º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACCB75 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 117 -
CMYK 0.15 0 0.42 0.20
HSL 81.63º 0.45% 0.63% -
HSV(B) 81.63º 0.42% 0.8% -
XYZ 41.58 52.77 24.82 -
YUV 183.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 172 203 117 0.15 0 0.42 0.20 81.63 0.45 0.63
Hex AC CB 75 F 0 2A 14 52 2D 3F
Octal 254 313 165 17 0 52 24 122 55 77
Binary 10101100 11001011 1110101 1111 0 101010 10100 1010010 101101 111111

Color Harmonies of #ACCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB75

Black with #ACCB75

Text Example


Text Example

White with #ACCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB75; }

 p { color: rgb(172,203,117); }

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

background-color css

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

 a { background-color: rgb(172,203,117); }

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

border-color css

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

 span { border-color: rgb(172,203,117); }

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