Html Css Color HEX #ADB306 Citrus

📋 copy color: '#ADB306'

red 173 ◦ green 179 ◦ blue 6

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

Shades of Citrus #ADB306

Tints of Citrus #ADB306

RGB

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

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

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

R = 48.32%
G = 50%
B = 1.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#ADB306 (or 0xADB306) is known color: Citrus. HEX triplet: AD, B3 and 06. RGB value is (173,179,6). Sum of RGB (Red+Green+Blue) = 173+179+6=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB306 is #524CF9. Grayscale: #9E9E9E. Windows color (decimal): -5393658 or 439213. OLE color: 439213.

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

Color convert

RGB 173 179 6 -
CMYK 0.03 0 0.97 0.30
HSL 62.08º 0.94% 0.36% -
HSV(B) 62.08º 0.97% 0.7% -
XYZ 33.39 41.14 6.35 -
YUV 157.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 173 179 6 0.03 0 0.97 0.30 62.08 0.94 0.36
Hex AD B3 6 3 0 61 1E 3E 5E 24
Octal 255 263 6 3 0 141 36 76 136 44
Binary 10101101 10110011 110 11 0 1100001 11110 111110 1011110 100100

Color Harmonies of #ADB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB306

Black with #ADB306

Text Example


Text Example

White with #ADB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB306; }

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

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

background-color css

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

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

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

border-color css

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

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

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