Html Css Color HEX #ABCC69 Caper

📋 copy color: '#ABCC69'

red 171 ◦ green 204 ◦ blue 105

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

Shades of Caper #ABCC69

Tints of Caper #ABCC69

RGB

 RED value IS 171 (67.19% from 255) = 35.63%

 GREEN value IS 204 (80.08% from 255) = 42.5%

 BLUE value IS 105 (41.41% from 255) = 21.88%

R = 35.63%
G = 42.5%
B = 21.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#ABCC69 (or 0xABCC69) is known color: Caper. HEX triplet: AB, CC and 69. RGB value is (171,204,105). Sum of RGB (Red+Green+Blue) = 171+204+105=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC69 is #543396. Grayscale: #B7B7B7. Windows color (decimal): -5518231 or 6933675. OLE color: 6933675.

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

Color convert

RGB 171 204 105 -
CMYK 0.16 0 0.49 0.2
HSL 80º 0.49% 0.61% -
HSV(B) 80º 0.49% 0.8% -
XYZ 40.94 52.86 21.41 -
YUV 182.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 171 204 105 0.16 0 0.49 0.2 80 0.49 0.61
Hex AB CC 69 10 0 31 14 50 31 3D
Octal 253 314 151 20 0 61 24 120 61 75
Binary 10101011 11001100 1101001 10000 0 110001 10100 1010000 110001 111101

Color Harmonies of #ABCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC69

Black with #ABCC69

Text Example


Text Example

White with #ABCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC69; }

 p { color: rgb(171,204,105); }

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

background-color css

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

 a { background-color: rgb(171,204,105); }

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

border-color css

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

 span { border-color: rgb(171,204,105); }

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