Html Css Color HEX #ADB502 Citrus

📋 copy color: '#ADB502'

red 173 ◦ green 181 ◦ blue 2

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

Shades of Citrus #ADB502

Tints of Citrus #ADB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.84%

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

R = 48.6%
G = 50.84%
B = 0.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#ADB502 (or 0xADB502) is known color: Citrus. HEX triplet: AD, B5 and 02. RGB value is (173,181,2). Sum of RGB (Red+Green+Blue) = 173+181+2=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB502 is #524AFD. Grayscale: #9E9E9E. Windows color (decimal): -5393150 or 177581. OLE color: 177581.

HSL color Cylindrical-coordinate representation of color #ADB502: hue angle of 62.68º 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 #ADB502 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 2 -
CMYK 0.04 0 0.99 0.29
HSL 62.68º 0.98% 0.36% -
HSV(B) 62.68º 0.99% 0.71% -
XYZ 33.77 41.94 6.37 -
YUV 158.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 173 181 2 0.04 0 0.99 0.29 62.68 0.98 0.36
Hex AD B5 2 4 0 63 1D 3F 62 24
Octal 255 265 2 4 0 143 35 77 142 44
Binary 10101101 10110101 10 100 0 1100011 11101 111111 1100010 100100

Color Harmonies of #ADB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB502

Black with #ADB502

Text Example


Text Example

White with #ADB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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