Html Css Color HEX #ADBC01 Citrus

📋 copy color: '#ADBC01'

red 173 ◦ green 188 ◦ blue 1

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

Shades of Citrus #ADBC01

Tints of Citrus #ADBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.79%
G = 51.93%
B = 0.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#ADBC01 (or 0xADBC01) is known color: Citrus. HEX triplet: AD, BC and 01. RGB value is (173,188,1). Sum of RGB (Red+Green+Blue) = 173+188+1=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC01 is #5243FE. Grayscale: #A2A2A2. Windows color (decimal): -5391359 or 113837. OLE color: 113837.

HSL color Cylindrical-coordinate representation of color #ADBC01: hue angle of 64.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADBC01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 1 -
CMYK 0.08 0 0.99 0.26
HSL 64.81º 0.99% 0.37% -
HSV(B) 64.81º 0.99% 0.74% -
XYZ 35.22 44.85 6.83 -
YUV 162.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 173 188 1 0.08 0 0.99 0.26 64.81 0.99 0.37
Hex AD BC 1 8 0 63 1A 41 63 25
Octal 255 274 1 10 0 143 32 101 143 45
Binary 10101101 10111100 1 1000 0 1100011 11010 1000001 1100011 100101

Color Harmonies of #ADBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC01

Black with #ADBC01

Text Example


Text Example

White with #ADBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC01; }

 p { color: rgb(173,188,1); }

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

background-color css

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

 a { background-color: rgb(173,188,1); }

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

border-color css

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

 span { border-color: rgb(173,188,1); }

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