Html Css Color HEX #ADB70B Citrus

📋 copy color: '#ADB70B'

red 173 ◦ green 183 ◦ blue 11

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

Shades of Citrus #ADB70B

Tints of Citrus #ADB70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.86%

 BLUE value IS 11 (4.69% from 255) = 3%

R = 47.14%
G = 49.86%
B = 3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#ADB70B (or 0xADB70B) is known color: Citrus. HEX triplet: AD, B7 and 0B. RGB value is (173,183,11). Sum of RGB (Red+Green+Blue) = 173+183+11=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB70B is #5248F4. Grayscale: #A1A1A1. Windows color (decimal): -5392629 or 767917. OLE color: 767917.

HSL color Cylindrical-coordinate representation of color #ADB70B: hue angle of 63.49º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB70B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 11 -
CMYK 0.05 0 0.94 0.28
HSL 63.49º 0.89% 0.38% -
HSV(B) 63.49º 0.94% 0.72% -
XYZ 34.23 42.78 6.77 -
YUV 160.4 43.69 136.99 -
System Red Green Blue C M Y K H S L
Decimal 173 183 11 0.05 0 0.94 0.28 63.49 0.89 0.38
Hex AD B7 B 5 0 5E 1C 3F 59 26
Octal 255 267 13 5 0 136 34 77 131 46
Binary 10101101 10110111 1011 101 0 1011110 11100 111111 1011001 100110

Color Harmonies of #ADB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB70B

Black with #ADB70B

Text Example


Text Example

White with #ADB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB70B; }

 p { color: rgb(173,183,11); }

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

background-color css

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

 a { background-color: rgb(173,183,11); }

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

border-color css

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

 span { border-color: rgb(173,183,11); }

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