Html Css Color HEX #ADB702 Citrus

📋 copy color: '#ADB702'

red 173 ◦ green 183 ◦ blue 2

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

Shades of Citrus #ADB702

Tints of Citrus #ADB702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.32%
G = 51.12%
B = 0.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#ADB702 (or 0xADB702) is known color: Citrus. HEX triplet: AD, B7 and 02. RGB value is (173,183,2). Sum of RGB (Red+Green+Blue) = 173+183+2=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB702 is #5248FD. Grayscale: #A0A0A0. Windows color (decimal): -5392638 or 178093. OLE color: 178093.

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

Color convert

RGB 173 183 2 -
CMYK 0.05 0 0.99 0.28
HSL 63.31º 0.98% 0.36% -
HSV(B) 63.31º 0.99% 0.72% -
XYZ 34.18 42.76 6.51 -
YUV 159.38 39.19 137.72 -
System Red Green Blue C M Y K H S L
Decimal 173 183 2 0.05 0 0.99 0.28 63.31 0.98 0.36
Hex AD B7 2 5 0 63 1C 3F 62 24
Octal 255 267 2 5 0 143 34 77 142 44
Binary 10101101 10110111 10 101 0 1100011 11100 111111 1100010 100100

Color Harmonies of #ADB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB702

Black with #ADB702

Text Example


Text Example

White with #ADB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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