Html Css Color HEX #ADCB55 Conifer

📋 copy color: '#ADCB55'

red 173 ◦ green 203 ◦ blue 85

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

Shades of Conifer #ADCB55

Tints of Conifer #ADCB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 37.53%
G = 44.03%
B = 18.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#ADCB55 (or 0xADCB55) is known color: Conifer. HEX triplet: AD, CB and 55. RGB value is (173,203,85). Sum of RGB (Red+Green+Blue) = 173+203+85=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB55 is #5234AA. Grayscale: #B5B5B5. Windows color (decimal): -5387435 or 5622701. OLE color: 5622701.

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

Color convert

RGB 173 203 85 -
CMYK 0.15 0 0.58 0.20
HSL 75.25º 0.53% 0.56% -
HSV(B) 75.25º 0.58% 0.8% -
XYZ 40.23 52.25 16.56 -
YUV 180.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 173 203 85 0.15 0 0.58 0.20 75.25 0.53 0.56
Hex AD CB 55 F 0 3A 14 4B 35 38
Octal 255 313 125 17 0 72 24 113 65 70
Binary 10101101 11001011 1010101 1111 0 111010 10100 1001011 110101 111000

Color Harmonies of #ADCB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB55

Black with #ADCB55

Text Example


Text Example

White with #ADCB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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