Html Css Color HEX #ACCB72 Caper

📋 copy color: '#ACCB72'

red 172 ◦ green 203 ◦ blue 114

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

Shades of Caper #ACCB72

Tints of Caper #ACCB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 35.17%
G = 41.51%
B = 23.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#ACCB72 (or 0xACCB72) is known color: Caper. HEX triplet: AC, CB and 72. RGB value is (172,203,114). Sum of RGB (Red+Green+Blue) = 172+203+114=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB72 is #53348D. Grayscale: #B7B7B7. Windows color (decimal): -5452942 or 7523244. OLE color: 7523244.

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

Color convert

RGB 172 203 114 -
CMYK 0.15 0 0.44 0.20
HSL 80.9º 0.46% 0.62% -
HSV(B) 80.9º 0.44% 0.8% -
XYZ 41.41 52.7 23.91 -
YUV 183.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 172 203 114 0.15 0 0.44 0.20 80.9 0.46 0.62
Hex AC CB 72 F 0 2C 14 51 2E 3E
Octal 254 313 162 17 0 54 24 121 56 76
Binary 10101100 11001011 1110010 1111 0 101100 10100 1010001 101110 111110

Color Harmonies of #ACCB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB72

Black with #ACCB72

Text Example


Text Example

White with #ACCB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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