Html Css Color HEX #ADB907 Citrus

📋 copy color: '#ADB907'

red 173 ◦ green 185 ◦ blue 7

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

Shades of Citrus #ADB907

Tints of Citrus #ADB907

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.68%

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

R = 47.4%
G = 50.68%
B = 1.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#ADB907 (or 0xADB907) is known color: Citrus. HEX triplet: AD, B9 and 07. RGB value is (173,185,7). Sum of RGB (Red+Green+Blue) = 173+185+7=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB907 is #5246F8. Grayscale: #A1A1A1. Windows color (decimal): -5392121 or 506285. OLE color: 506285.

HSL color Cylindrical-coordinate representation of color #ADB907: hue angle of 64.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB907 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 7 -
CMYK 0.06 0 0.96 0.27
HSL 64.04º 0.93% 0.38% -
HSV(B) 64.04º 0.96% 0.73% -
XYZ 34.62 43.6 6.79 -
YUV 161.12 41.02 136.47 -
System Red Green Blue C M Y K H S L
Decimal 173 185 7 0.06 0 0.96 0.27 64.04 0.93 0.38
Hex AD B9 7 6 0 60 1B 40 5D 26
Octal 255 271 7 6 0 140 33 100 135 46
Binary 10101101 10111001 111 110 0 1100000 11011 1000000 1011101 100110

Color Harmonies of #ADB907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB907

Black with #ADB907

Text Example


Text Example

White with #ADB907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB907; }

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

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

background-color css

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

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

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

border-color css

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

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

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