Html Css Color HEX #ADBA07 Citrus

📋 copy color: '#ADBA07'

red 173 ◦ green 186 ◦ blue 7

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

Shades of Citrus #ADBA07

Tints of Citrus #ADBA07

RGB

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

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

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

R = 47.27%
G = 50.82%
B = 1.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#ADBA07 (or 0xADBA07) is known color: Citrus. HEX triplet: AD, BA and 07. RGB value is (173,186,7). Sum of RGB (Red+Green+Blue) = 173+186+7=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA07 is #5245F8. Grayscale: #A2A2A2. Windows color (decimal): -5391865 or 506541. OLE color: 506541.

HSL color Cylindrical-coordinate representation of color #ADBA07: hue angle of 64.36º 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 #ADBA07 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 7 -
CMYK 0.07 0 0.96 0.27
HSL 64.36º 0.93% 0.38% -
HSV(B) 64.36º 0.96% 0.73% -
XYZ 34.83 44.02 6.86 -
YUV 161.71 40.69 136.05 -
System Red Green Blue C M Y K H S L
Decimal 173 186 7 0.07 0 0.96 0.27 64.36 0.93 0.38
Hex AD BA 7 7 0 60 1B 40 5D 26
Octal 255 272 7 7 0 140 33 100 135 46
Binary 10101101 10111010 111 111 0 1100000 11011 1000000 1011101 100110

Color Harmonies of #ADBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA07

Black with #ADBA07

Text Example


Text Example

White with #ADBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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