Html Css Color HEX #ADCB31 Yellow Green

📋 copy color: '#ADCB31'

red 173 ◦ green 203 ◦ blue 49

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

Shades of Yellow Green #ADCB31

Tints of Yellow Green #ADCB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.53%

R = 40.71%
G = 47.76%
B = 11.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#ADCB31 (or 0xADCB31) is known color: Yellow Green. HEX triplet: AD, CB and 31. RGB value is (173,203,49). Sum of RGB (Red+Green+Blue) = 173+203+49=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB31 is #5234CE. Grayscale: #B1B1B1. Windows color (decimal): -5387471 or 3263405. OLE color: 3263405.

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

Color convert

RGB 173 203 49 -
CMYK 0.15 0 0.76 0.20
HSL 71.69º 0.61% 0.49% -
HSV(B) 71.69º 0.76% 0.8% -
XYZ 39.14 51.82 10.84 -
YUV 176.47 56.06 125.52 -
System Red Green Blue C M Y K H S L
Decimal 173 203 49 0.15 0 0.76 0.20 71.69 0.61 0.49
Hex AD CB 31 F 0 4C 14 48 3D 31
Octal 255 313 61 17 0 114 24 110 75 61
Binary 10101101 11001011 110001 1111 0 1001100 10100 1001000 111101 110001

Color Harmonies of #ADCB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB31

Black with #ADCB31

Text Example


Text Example

White with #ADCB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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