Html Css Color HEX #ADCB5D Conifer

📋 copy color: '#ADCB5D'

red 173 ◦ green 203 ◦ blue 93

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

Shades of Conifer #ADCB5D

Tints of Conifer #ADCB5D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 36.89%
G = 43.28%
B = 19.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#ADCB5D (or 0xADCB5D) is known color: Conifer. HEX triplet: AD, CB and 5D. RGB value is (173,203,93). Sum of RGB (Red+Green+Blue) = 173+203+93=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB5D is #5234A2. Grayscale: #B5B5B5. Windows color (decimal): -5387427 or 6146989. OLE color: 6146989.

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

Color convert

RGB 173 203 93 -
CMYK 0.15 0 0.54 0.20
HSL 76.36º 0.51% 0.58% -
HSV(B) 76.36º 0.54% 0.8% -
XYZ 40.57 52.39 18.33 -
YUV 181.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 173 203 93 0.15 0 0.54 0.20 76.36 0.51 0.58
Hex AD CB 5D F 0 36 14 4C 33 3A
Octal 255 313 135 17 0 66 24 114 63 72
Binary 10101101 11001011 1011101 1111 0 110110 10100 1001100 110011 111010

Color Harmonies of #ADCB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB5D

Black with #ADCB5D

Text Example


Text Example

White with #ADCB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB5D; }

 p { color: rgb(173,203,93); }

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

background-color css

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

 a { background-color: rgb(173,203,93); }

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

border-color css

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

 span { border-color: rgb(173,203,93); }

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