Html Css Color HEX #ADB105 Citrus

📋 copy color: '#ADB105'

red 173 ◦ green 177 ◦ blue 5

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

Shades of Citrus #ADB105

Tints of Citrus #ADB105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 48.73%
G = 49.86%
B = 1.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#ADB105 (or 0xADB105) is known color: Citrus. HEX triplet: AD, B1 and 05. RGB value is (173,177,5). Sum of RGB (Red+Green+Blue) = 173+177+5=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB105 is #524EFA. Grayscale: #9C9C9C. Windows color (decimal): -5394171 or 373165. OLE color: 373165.

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

Color convert

RGB 173 177 5 -
CMYK 0.02 0 0.97 0.31
HSL 61.4º 0.95% 0.36% -
HSV(B) 61.4º 0.97% 0.69% -
XYZ 32.98 40.34 6.19 -
YUV 156.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 173 177 5 0.02 0 0.97 0.31 61.4 0.95 0.36
Hex AD B1 5 2 0 61 1F 3D 5F 24
Octal 255 261 5 2 0 141 37 75 137 44
Binary 10101101 10110001 101 10 0 1100001 11111 111101 1011111 100100

Color Harmonies of #ADB105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB105

Black with #ADB105

Text Example


Text Example

White with #ADB105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB105; }

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

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

background-color css

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

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

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

border-color css

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

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

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