Html Css Color HEX #ADB30F Citrus

📋 copy color: '#ADB30F'

red 173 ◦ green 179 ◦ blue 15

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

Shades of Citrus #ADB30F

Tints of Citrus #ADB30F

RGB

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

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

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

R = 47.14%
G = 48.77%
B = 4.09%

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

#ADB30F (or 0xADB30F) is known color: Citrus. HEX triplet: AD, B3 and 0F. RGB value is (173,179,15). Sum of RGB (Red+Green+Blue) = 173+179+15=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB30F is #524CF0. Grayscale: #9F9F9F. Windows color (decimal): -5393649 or 1029037. OLE color: 1029037.

HSL color Cylindrical-coordinate representation of color #ADB30F: hue angle of 62.2º 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 #ADB30F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 15 -
CMYK 0.03 0 0.92 0.30
HSL 62.2º 0.85% 0.38% -
HSV(B) 62.2º 0.92% 0.7% -
XYZ 33.44 41.16 6.63 -
YUV 158.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 173 179 15 0.03 0 0.92 0.30 62.2 0.85 0.38
Hex AD B3 F 3 0 5C 1E 3E 55 26
Octal 255 263 17 3 0 134 36 76 125 46
Binary 10101101 10110011 1111 11 0 1011100 11110 111110 1010101 100110

Color Harmonies of #ADB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB30F

Black with #ADB30F

Text Example


Text Example

White with #ADB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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