Html Css Color HEX #ADB507 Citrus

📋 copy color: '#ADB507'

red 173 ◦ green 181 ◦ blue 7

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

Shades of Citrus #ADB507

Tints of Citrus #ADB507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.14%

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

R = 47.92%
G = 50.14%
B = 1.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#ADB507 (or 0xADB507) is known color: Citrus. HEX triplet: AD, B5 and 07. RGB value is (173,181,7). Sum of RGB (Red+Green+Blue) = 173+181+7=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB507 is #524AF8. Grayscale: #9F9F9F. Windows color (decimal): -5393145 or 505261. OLE color: 505261.

HSL color Cylindrical-coordinate representation of color #ADB507: hue angle of 62.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB507 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 7 -
CMYK 0.04 0 0.96 0.29
HSL 62.76º 0.93% 0.37% -
HSV(B) 62.76º 0.96% 0.71% -
XYZ 33.8 41.95 6.52 -
YUV 158.77 42.35 138.15 -
System Red Green Blue C M Y K H S L
Decimal 173 181 7 0.04 0 0.96 0.29 62.76 0.93 0.37
Hex AD B5 7 4 0 60 1D 3F 5D 25
Octal 255 265 7 4 0 140 35 77 135 45
Binary 10101101 10110101 111 100 0 1100000 11101 111111 1011101 100101

Color Harmonies of #ADB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB507

Black with #ADB507

Text Example


Text Example

White with #ADB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB507; }

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

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

background-color css

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

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

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

border-color css

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

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

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