Html Css Color HEX #ADBE03 Citrus

📋 copy color: '#ADBE03'

red 173 ◦ green 190 ◦ blue 3

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

Shades of Citrus #ADBE03

Tints of Citrus #ADBE03

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.91%

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

R = 47.27%
G = 51.91%
B = 0.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#ADBE03 (or 0xADBE03) is known color: Citrus. HEX triplet: AD, BE and 03. RGB value is (173,190,3). Sum of RGB (Red+Green+Blue) = 173+190+3=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE03 is #5241FC. Grayscale: #A4A4A4. Windows color (decimal): -5390845 or 245421. OLE color: 245421.

HSL color Cylindrical-coordinate representation of color #ADBE03: hue angle of 65.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADBE03 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 3 -
CMYK 0.09 0 0.98 0.25
HSL 65.45º 0.97% 0.38% -
HSV(B) 65.45º 0.98% 0.75% -
XYZ 35.66 45.72 7.03 -
YUV 163.6 37.37 134.71 -
System Red Green Blue C M Y K H S L
Decimal 173 190 3 0.09 0 0.98 0.25 65.45 0.97 0.38
Hex AD BE 3 9 0 62 19 41 61 26
Octal 255 276 3 11 0 142 31 101 141 46
Binary 10101101 10111110 11 1001 0 1100010 11001 1000001 1100001 100110

Color Harmonies of #ADBE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE03

Black with #ADBE03

Text Example


Text Example

White with #ADBE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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