Html Css Color HEX #ADBE02 Citrus

📋 copy color: '#ADBE02'

red 173 ◦ green 190 ◦ blue 2

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

Shades of Citrus #ADBE02

Tints of Citrus #ADBE02

RGB

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

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

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

R = 47.4%
G = 52.05%
B = 0.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#ADBE02 (or 0xADBE02) is known color: Citrus. HEX triplet: AD, BE and 02. RGB value is (173,190,2). Sum of RGB (Red+Green+Blue) = 173+190+2=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE02 is #5241FD. Grayscale: #A4A4A4. Windows color (decimal): -5390846 or 179885. OLE color: 179885.

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

Color convert

RGB 173 190 2 -
CMYK 0.09 0 0.99 0.25
HSL 65.43º 0.98% 0.38% -
HSV(B) 65.43º 0.99% 0.75% -
XYZ 35.66 45.72 7 -
YUV 163.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 173 190 2 0.09 0 0.99 0.25 65.43 0.98 0.38
Hex AD BE 2 9 0 63 19 41 62 26
Octal 255 276 2 11 0 143 31 101 142 46
Binary 10101101 10111110 10 1001 0 1100011 11001 1000001 1100010 100110

Color Harmonies of #ADBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE02

Black with #ADBE02

Text Example


Text Example

White with #ADBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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