Html Css Color HEX #ADB602 Citrus

📋 copy color: '#ADB602'

red 173 ◦ green 182 ◦ blue 2

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

Shades of Citrus #ADB602

Tints of Citrus #ADB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.98%

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

R = 48.46%
G = 50.98%
B = 0.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#ADB602 (or 0xADB602) is known color: Citrus. HEX triplet: AD, B6 and 02. RGB value is (173,182,2). Sum of RGB (Red+Green+Blue) = 173+182+2=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB602 is #5249FD. Grayscale: #9F9F9F. Windows color (decimal): -5392894 or 177837. OLE color: 177837.

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

Color convert

RGB 173 182 2 -
CMYK 0.05 0 0.99 0.29
HSL 63º 0.98% 0.36% -
HSV(B) 63º 0.99% 0.71% -
XYZ 33.97 42.34 6.44 -
YUV 158.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 173 182 2 0.05 0 0.99 0.29 63 0.98 0.36
Hex AD B6 2 5 0 63 1D 3F 62 24
Octal 255 266 2 5 0 143 35 77 142 44
Binary 10101101 10110110 10 101 0 1100011 11101 111111 1100010 100100

Color Harmonies of #ADB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB602

Black with #ADB602

Text Example


Text Example

White with #ADB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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