Html Css Color HEX #ABCD49 Conifer

📋 copy color: '#ABCD49'

red 171 ◦ green 205 ◦ blue 73

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

Shades of Conifer #ABCD49

Tints of Conifer #ABCD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.26%

R = 38.08%
G = 45.66%
B = 16.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#ABCD49 (or 0xABCD49) is known color: Conifer. HEX triplet: AB, CD and 49. RGB value is (171,205,73). Sum of RGB (Red+Green+Blue) = 171+205+73=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD49 is #5432B6. Grayscale: #B4B4B4. Windows color (decimal): -5518007 or 4836779. OLE color: 4836779.

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

Color convert

RGB 171 205 73 -
CMYK 0.17 0 0.64 0.20
HSL 75.45º 0.57% 0.55% -
HSV(B) 75.45º 0.64% 0.8% -
XYZ 39.83 52.8 14.4 -
YUV 179.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 171 205 73 0.17 0 0.64 0.20 75.45 0.57 0.55
Hex AB CD 49 11 0 40 14 4B 39 37
Octal 253 315 111 21 0 100 24 113 71 67
Binary 10101011 11001101 1001001 10001 0 1000000 10100 1001011 111001 110111

Color Harmonies of #ABCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD49

Black with #ABCD49

Text Example


Text Example

White with #ABCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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