Html Css Color HEX #ADB203 Citrus

📋 copy color: '#ADB203'

red 173 ◦ green 178 ◦ blue 3

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

Shades of Citrus #ADB203

Tints of Citrus #ADB203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 48.87%
G = 50.28%
B = 0.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#ADB203 (or 0xADB203) is known color: Citrus. HEX triplet: AD, B2 and 03. RGB value is (173,178,3). Sum of RGB (Red+Green+Blue) = 173+178+3=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB203 is #524DFC. Grayscale: #9D9D9D. Windows color (decimal): -5393917 or 242349. OLE color: 242349.

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

Color convert

RGB 173 178 3 -
CMYK 0.03 0 0.98 0.30
HSL 61.71º 0.97% 0.35% -
HSV(B) 61.71º 0.98% 0.7% -
XYZ 33.17 40.73 6.2 -
YUV 156.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 173 178 3 0.03 0 0.98 0.30 61.71 0.97 0.35
Hex AD B2 3 3 0 62 1E 3E 61 23
Octal 255 262 3 3 0 142 36 76 141 43
Binary 10101101 10110010 11 11 0 1100010 11110 111110 1100001 100011

Color Harmonies of #ADB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB203

Black with #ADB203

Text Example


Text Example

White with #ADB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB203; }

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

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

background-color css

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

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

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

border-color css

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

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

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