Html Css Color HEX #ADB102 Citrus

📋 copy color: '#ADB102'

red 173 ◦ green 177 ◦ blue 2

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

Shades of Citrus #ADB102

Tints of Citrus #ADB102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.28%

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

R = 49.15%
G = 50.28%
B = 0.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#ADB102 (or 0xADB102) is known color: Citrus. HEX triplet: AD, B1 and 02. RGB value is (173,177,2). Sum of RGB (Red+Green+Blue) = 173+177+2=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB102 is #524EFD. Grayscale: #9C9C9C. Windows color (decimal): -5394174 or 176557. OLE color: 176557.

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

Color convert

RGB 173 177 2 -
CMYK 0.02 0 0.99 0.31
HSL 61.37º 0.98% 0.35% -
HSV(B) 61.37º 0.99% 0.69% -
XYZ 32.97 40.33 6.1 -
YUV 155.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 173 177 2 0.02 0 0.99 0.31 61.37 0.98 0.35
Hex AD B1 2 2 0 63 1F 3D 62 23
Octal 255 261 2 2 0 143 37 75 142 43
Binary 10101101 10110001 10 10 0 1100011 11111 111101 1100010 100011

Color Harmonies of #ADB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB102

Black with #ADB102

Text Example


Text Example

White with #ADB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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