Html Css Color HEX #ADCC5B Conifer

📋 copy color: '#ADCC5B'

red 173 ◦ green 204 ◦ blue 91

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

Shades of Conifer #ADCC5B

Tints of Conifer #ADCC5B

RGB

 RED value IS 173 (67.97% from 255) = 36.97%

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

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 36.97%
G = 43.59%
B = 19.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#ADCC5B (or 0xADCC5B) is known color: Conifer. HEX triplet: AD, CC and 5B. RGB value is (173,204,91). Sum of RGB (Red+Green+Blue) = 173+204+91=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC5B is #5233A4. Grayscale: #B6B6B6. Windows color (decimal): -5387173 or 6016173. OLE color: 6016173.

HSL color Cylindrical-coordinate representation of color #ADCC5B: hue angle of 76.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADCC5B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 91 -
CMYK 0.15 0 0.55 0.2
HSL 76.46º 0.53% 0.58% -
HSV(B) 76.46º 0.55% 0.8% -
XYZ 40.71 52.83 17.95 -
YUV 181.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 173 204 91 0.15 0 0.55 0.2 76.46 0.53 0.58
Hex AD CC 5B F 0 37 14 4C 35 3A
Octal 255 314 133 17 0 67 24 114 65 72
Binary 10101101 11001100 1011011 1111 0 110111 10100 1001100 110101 111010

Color Harmonies of #ADCC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC5B

Black with #ADCC5B

Text Example


Text Example

White with #ADCC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC5B; }

 p { color: rgb(173,204,91); }

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

background-color css

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

 a { background-color: rgb(173,204,91); }

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

border-color css

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

 span { border-color: rgb(173,204,91); }

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