Html Css Color HEX #ADBB03 Citrus

📋 copy color: '#ADBB03'

red 173 ◦ green 187 ◦ blue 3

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

Shades of Citrus #ADBB03

Tints of Citrus #ADBB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.52%

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

R = 47.66%
G = 51.52%
B = 0.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#ADBB03 (or 0xADBB03) is known color: Citrus. HEX triplet: AD, BB and 03. RGB value is (173,187,3). Sum of RGB (Red+Green+Blue) = 173+187+3=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB03 is #5244FC. Grayscale: #A2A2A2. Windows color (decimal): -5391613 or 244653. OLE color: 244653.

HSL color Cylindrical-coordinate representation of color #ADBB03: hue angle of 64.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADBB03 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 3 -
CMYK 0.07 0 0.98 0.27
HSL 64.57º 0.97% 0.37% -
HSV(B) 64.57º 0.98% 0.73% -
XYZ 35.02 44.43 6.82 -
YUV 161.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 173 187 3 0.07 0 0.98 0.27 64.57 0.97 0.37
Hex AD BB 3 7 0 62 1B 41 61 25
Octal 255 273 3 7 0 142 33 101 141 45
Binary 10101101 10111011 11 111 0 1100010 11011 1000001 1100001 100101

Color Harmonies of #ADBB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB03

Black with #ADBB03

Text Example


Text Example

White with #ADBB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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