Html Css Color HEX #ADB202 Citrus

📋 copy color: '#ADB202'

red 173 ◦ green 178 ◦ blue 2

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

Shades of Citrus #ADB202

Tints of Citrus #ADB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.42%

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

R = 49.01%
G = 50.42%
B = 0.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#ADB202 (or 0xADB202) is known color: Citrus. HEX triplet: AD, B2 and 02. RGB value is (173,178,2). Sum of RGB (Red+Green+Blue) = 173+178+2=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB202 is #524DFD. Grayscale: #9D9D9D. Windows color (decimal): -5393918 or 176813. OLE color: 176813.

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

Color convert

RGB 173 178 2 -
CMYK 0.03 0 0.99 0.30
HSL 61.7º 0.98% 0.35% -
HSV(B) 61.7º 0.99% 0.7% -
XYZ 33.16 40.73 6.17 -
YUV 156.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 173 178 2 0.03 0 0.99 0.30 61.7 0.98 0.35
Hex AD B2 2 3 0 63 1E 3E 62 23
Octal 255 262 2 3 0 143 36 76 142 43
Binary 10101101 10110010 10 11 0 1100011 11110 111110 1100010 100011

Color Harmonies of #ADB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB202

Black with #ADB202

Text Example


Text Example

White with #ADB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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