Html Css Color HEX #ABCC52 Conifer

📋 copy color: '#ABCC52'

red 171 ◦ green 204 ◦ blue 82

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

Shades of Conifer #ABCC52

Tints of Conifer #ABCC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.94%

R = 37.42%
G = 44.64%
B = 17.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#ABCC52 (or 0xABCC52) is known color: Conifer. HEX triplet: AB, CC and 52. RGB value is (171,204,82). Sum of RGB (Red+Green+Blue) = 171+204+82=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC52 is #5433AD. Grayscale: #B4B4B4. Windows color (decimal): -5518254 or 5426347. OLE color: 5426347.

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

Color convert

RGB 171 204 82 -
CMYK 0.16 0 0.60 0.2
HSL 76.23º 0.54% 0.56% -
HSV(B) 76.23º 0.6% 0.8% -
XYZ 39.91 52.45 16 -
YUV 180.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 171 204 82 0.16 0 0.60 0.2 76.23 0.54 0.56
Hex AB CC 52 10 0 3C 14 4C 36 38
Octal 253 314 122 20 0 74 24 114 66 70
Binary 10101011 11001100 1010010 10000 0 111100 10100 1001100 110110 111000

Color Harmonies of #ABCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC52

Black with #ABCC52

Text Example


Text Example

White with #ABCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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