Html Css Color HEX #ADB100 Citrus

📋 copy color: '#ADB100'

red 173 ◦ green 177 ◦ blue 0

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

Shades of Citrus #ADB100

Tints of Citrus #ADB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.43%
G = 50.57%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#ADB100 (or 0xADB100) is known color: Citrus. HEX triplet: AD, B1 and 00. RGB value is (173,177,0). Sum of RGB (Red+Green+Blue) = 173+177+0=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB100 is #524EFF. Grayscale: #9C9C9C. Windows color (decimal): -5394176 or 45485. OLE color: 45485.

HSL color Cylindrical-coordinate representation of color #ADB100: hue angle of 61.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADB100 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 0 -
CMYK 0.02 0 1 0.31
HSL 61.36º 1% 0.35% -
HSV(B) 61.36º 1% 0.69% -
XYZ 32.96 40.33 6.05 -
YUV 155.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 173 177 0 0.02 0 1 0.31 61.36 1 0.35
Hex AD B1 0 2 0 64 1F 3D 64 23
Octal 255 261 0 2 0 144 37 75 144 43
Binary 10101101 10110001 0 10 0 1100100 11111 111101 1100100 100011

Color Harmonies of #ADB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB100

Black with #ADB100

Text Example


Text Example

White with #ADB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB100; }

 p { color: rgb(173,177,0); }

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

background-color css

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

 a { background-color: rgb(173,177,0); }

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

border-color css

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

 span { border-color: rgb(173,177,0); }

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