Html Css Color HEX #ADB30E Citrus

📋 copy color: '#ADB30E'

red 173 ◦ green 179 ◦ blue 14

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

Shades of Citrus #ADB30E

Tints of Citrus #ADB30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 47.27%
G = 48.91%
B = 3.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#ADB30E (or 0xADB30E) is known color: Citrus. HEX triplet: AD, B3 and 0E. RGB value is (173,179,14). Sum of RGB (Red+Green+Blue) = 173+179+14=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB30E is #524CF1. Grayscale: #9F9F9F. Windows color (decimal): -5393650 or 963501. OLE color: 963501.

HSL color Cylindrical-coordinate representation of color #ADB30E: hue angle of 62.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB30E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 14 -
CMYK 0.03 0 0.92 0.30
HSL 62.18º 0.85% 0.38% -
HSV(B) 62.18º 0.92% 0.7% -
XYZ 33.43 41.16 6.6 -
YUV 158.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 173 179 14 0.03 0 0.92 0.30 62.18 0.85 0.38
Hex AD B3 E 3 0 5C 1E 3E 55 26
Octal 255 263 16 3 0 134 36 76 125 46
Binary 10101101 10110011 1110 11 0 1011100 11110 111110 1010101 100110

Color Harmonies of #ADB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB30E

Black with #ADB30E

Text Example


Text Example

White with #ADB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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