Html Css Color HEX #ACCB70 Caper

📋 copy color: '#ACCB70'

red 172 ◦ green 203 ◦ blue 112

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

Shades of Caper #ACCB70

Tints of Caper #ACCB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23%

R = 35.32%
G = 41.68%
B = 23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#ACCB70 (or 0xACCB70) is known color: Caper. HEX triplet: AC, CB and 70. RGB value is (172,203,112). Sum of RGB (Red+Green+Blue) = 172+203+112=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB70 is #53348F. Grayscale: #B7B7B7. Windows color (decimal): -5452944 or 7392172. OLE color: 7392172.

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

Color convert

RGB 172 203 112 -
CMYK 0.15 0 0.45 0.20
HSL 80.44º 0.47% 0.62% -
HSV(B) 80.44º 0.45% 0.8% -
XYZ 41.29 52.65 23.32 -
YUV 183.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 172 203 112 0.15 0 0.45 0.20 80.44 0.47 0.62
Hex AC CB 70 F 0 2D 14 50 2F 3E
Octal 254 313 160 17 0 55 24 120 57 76
Binary 10101100 11001011 1110000 1111 0 101101 10100 1010000 101111 111110

Color Harmonies of #ACCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB70

Black with #ACCB70

Text Example


Text Example

White with #ACCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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