Html Css Color HEX #ABCD83 Feijoa

📋 copy color: '#ABCD83'

red 171 ◦ green 205 ◦ blue 131

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

Shades of Feijoa #ABCD83

Tints of Feijoa #ABCD83

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 33.73%
G = 40.43%
B = 25.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#ABCD83 (or 0xABCD83) is known color: Feijoa. HEX triplet: AB, CD and 83. RGB value is (171,205,131). Sum of RGB (Red+Green+Blue) = 171+205+131=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD83 is #54327C. Grayscale: #BABABA. Windows color (decimal): -5517949 or 8637867. OLE color: 8637867.

HSL color Cylindrical-coordinate representation of color #ABCD83: hue angle of 87.57º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABCD83 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 131 -
CMYK 0.17 0 0.36 0.20
HSL 87.57º 0.43% 0.66% -
HSV(B) 87.57º 0.36% 0.8% -
XYZ 42.72 53.96 29.64 -
YUV 186.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 171 205 131 0.17 0 0.36 0.20 87.57 0.43 0.66
Hex AB CD 83 11 0 24 14 58 2B 42
Octal 253 315 203 21 0 44 24 130 53 102
Binary 10101011 11001101 10000011 10001 0 100100 10100 1011000 101011 1000010

Color Harmonies of #ABCD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD83

Black with #ABCD83

Text Example


Text Example

White with #ABCD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD83; }

 p { color: rgb(171,205,131); }

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

background-color css

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

 a { background-color: rgb(171,205,131); }

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

border-color css

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

 span { border-color: rgb(171,205,131); }

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