Html Css Color HEX #ADB307 Citrus

📋 copy color: '#ADB307'

red 173 ◦ green 179 ◦ blue 7

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

Shades of Citrus #ADB307

Tints of Citrus #ADB307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.95%

R = 48.19%
G = 49.86%
B = 1.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#ADB307 (or 0xADB307) is known color: Citrus. HEX triplet: AD, B3 and 07. RGB value is (173,179,7). Sum of RGB (Red+Green+Blue) = 173+179+7=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB307 is #524CF8. Grayscale: #9E9E9E. Windows color (decimal): -5393657 or 504749. OLE color: 504749.

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

Color convert

RGB 173 179 7 -
CMYK 0.03 0 0.96 0.30
HSL 62.09º 0.92% 0.36% -
HSV(B) 62.09º 0.96% 0.7% -
XYZ 33.39 41.14 6.38 -
YUV 157.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 173 179 7 0.03 0 0.96 0.30 62.09 0.92 0.36
Hex AD B3 7 3 0 60 1E 3E 5C 24
Octal 255 263 7 3 0 140 36 76 134 44
Binary 10101101 10110011 111 11 0 1100000 11110 111110 1011100 100100

Color Harmonies of #ADB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB307

Black with #ADB307

Text Example


Text Example

White with #ADB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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