Html Css Color HEX #ADB312 Citrus

📋 copy color: '#ADB312'

red 173 ◦ green 179 ◦ blue 18

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

Shades of Citrus #ADB312

Tints of Citrus #ADB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.38%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 46.76%
G = 48.38%
B = 4.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#ADB312 (or 0xADB312) is known color: Citrus. HEX triplet: AD, B3 and 12. RGB value is (173,179,18). Sum of RGB (Red+Green+Blue) = 173+179+18=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB312 is #524CED. Grayscale: #9F9F9F. Windows color (decimal): -5393646 or 1225645. OLE color: 1225645.

HSL color Cylindrical-coordinate representation of color #ADB312: hue angle of 62.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB312 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 18 -
CMYK 0.03 0 0.90 0.30
HSL 62.24º 0.82% 0.39% -
HSV(B) 62.24º 0.9% 0.7% -
XYZ 33.46 41.17 6.75 -
YUV 158.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 173 179 18 0.03 0 0.90 0.30 62.24 0.82 0.39
Hex AD B3 12 3 0 5A 1E 3E 52 27
Octal 255 263 22 3 0 132 36 76 122 47
Binary 10101101 10110011 10010 11 0 1011010 11110 111110 1010010 100111

Color Harmonies of #ADB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB312

Black with #ADB312

Text Example


Text Example

White with #ADB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB312; }

 p { color: rgb(173,179,18); }

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

background-color css

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

 a { background-color: rgb(173,179,18); }

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

border-color css

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

 span { border-color: rgb(173,179,18); }

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