Html Css Color HEX #ADB10F Citrus

📋 copy color: '#ADB10F'

red 173 ◦ green 177 ◦ blue 15

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

Shades of Citrus #ADB10F

Tints of Citrus #ADB10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 47.4%
G = 48.49%
B = 4.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#ADB10F (or 0xADB10F) is known color: Citrus. HEX triplet: AD, B1 and 0F. RGB value is (173,177,15). Sum of RGB (Red+Green+Blue) = 173+177+15=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB10F is #524EF0. Grayscale: #9D9D9D. Windows color (decimal): -5394161 or 1028525. OLE color: 1028525.

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

Color convert

RGB 173 177 15 -
CMYK 0.02 0 0.92 0.31
HSL 61.48º 0.84% 0.38% -
HSV(B) 61.48º 0.92% 0.69% -
XYZ 33.04 40.36 6.5 -
YUV 157.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 173 177 15 0.02 0 0.92 0.31 61.48 0.84 0.38
Hex AD B1 F 2 0 5C 1F 3D 54 26
Octal 255 261 17 2 0 134 37 75 124 46
Binary 10101101 10110001 1111 10 0 1011100 11111 111101 1010100 100110

Color Harmonies of #ADB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB10F

Black with #ADB10F

Text Example


Text Example

White with #ADB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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