Html Css Color HEX #ACCB6A Caper

📋 copy color: '#ACCB6A'

red 172 ◦ green 203 ◦ blue 106

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

Shades of Caper #ACCB6A

Tints of Caper #ACCB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 35.76%
G = 42.2%
B = 22.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#ACCB6A (or 0xACCB6A) is known color: Caper. HEX triplet: AC, CB and 6A. RGB value is (172,203,106). Sum of RGB (Red+Green+Blue) = 172+203+106=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB6A is #533495. Grayscale: #B7B7B7. Windows color (decimal): -5452950 or 6998956. OLE color: 6998956.

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

Color convert

RGB 172 203 106 -
CMYK 0.15 0 0.48 0.20
HSL 79.18º 0.48% 0.61% -
HSV(B) 79.18º 0.48% 0.8% -
XYZ 40.97 52.52 21.61 -
YUV 182.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 172 203 106 0.15 0 0.48 0.20 79.18 0.48 0.61
Hex AC CB 6A F 0 30 14 4F 30 3D
Octal 254 313 152 17 0 60 24 117 60 75
Binary 10101100 11001011 1101010 1111 0 110000 10100 1001111 110000 111101

Color Harmonies of #ACCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB6A

Black with #ACCB6A

Text Example


Text Example

White with #ACCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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