Html Css Color HEX #ADBA06 Citrus

📋 copy color: '#ADBA06'

red 173 ◦ green 186 ◦ blue 6

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

Shades of Citrus #ADBA06

Tints of Citrus #ADBA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.96%

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 47.4%
G = 50.96%
B = 1.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#ADBA06 (or 0xADBA06) is known color: Citrus. HEX triplet: AD, BA and 06. RGB value is (173,186,6). Sum of RGB (Red+Green+Blue) = 173+186+6=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA06 is #5245F9. Grayscale: #A2A2A2. Windows color (decimal): -5391866 or 441005. OLE color: 441005.

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

Color convert

RGB 173 186 6 -
CMYK 0.07 0 0.97 0.27
HSL 64.33º 0.94% 0.38% -
HSV(B) 64.33º 0.97% 0.73% -
XYZ 34.83 44.02 6.83 -
YUV 161.59 40.19 136.14 -
System Red Green Blue C M Y K H S L
Decimal 173 186 6 0.07 0 0.97 0.27 64.33 0.94 0.38
Hex AD BA 6 7 0 61 1B 40 5E 26
Octal 255 272 6 7 0 141 33 100 136 46
Binary 10101101 10111010 110 111 0 1100001 11011 1000000 1011110 100110

Color Harmonies of #ADBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA06

Black with #ADBA06

Text Example


Text Example

White with #ADBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA06; }

 p { color: rgb(173,186,6); }

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

background-color css

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

 a { background-color: rgb(173,186,6); }

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

border-color css

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

 span { border-color: rgb(173,186,6); }

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