Html Css Color HEX #ADCB5B Conifer

📋 copy color: '#ADCB5B'

red 173 ◦ green 203 ◦ blue 91

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

Shades of Conifer #ADCB5B

Tints of Conifer #ADCB5B

RGB

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

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

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

R = 37.04%
G = 43.47%
B = 19.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#ADCB5B (or 0xADCB5B) is known color: Conifer. HEX triplet: AD, CB and 5B. RGB value is (173,203,91). Sum of RGB (Red+Green+Blue) = 173+203+91=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB5B is #5234A4. Grayscale: #B5B5B5. Windows color (decimal): -5387429 or 6015917. OLE color: 6015917.

HSL color Cylindrical-coordinate representation of color #ADCB5B: hue angle of 76.07º degrees, saturation: 0.52, 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 #ADCB5B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 91 -
CMYK 0.15 0 0.55 0.20
HSL 76.07º 0.52% 0.58% -
HSV(B) 76.07º 0.55% 0.8% -
XYZ 40.48 52.35 17.87 -
YUV 181.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 173 203 91 0.15 0 0.55 0.20 76.07 0.52 0.58
Hex AD CB 5B F 0 37 14 4C 34 3A
Octal 255 313 133 17 0 67 24 114 64 72
Binary 10101101 11001011 1011011 1111 0 110111 10100 1001100 110100 111010

Color Harmonies of #ADCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB5B

Black with #ADCB5B

Text Example


Text Example

White with #ADCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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