Html Css Color HEX #ADBB01 Citrus

📋 copy color: '#ADBB01'

red 173 ◦ green 187 ◦ blue 1

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

Shades of Citrus #ADBB01

Tints of Citrus #ADBB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.92%
G = 51.8%
B = 0.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#ADBB01 (or 0xADBB01) is known color: Citrus. HEX triplet: AD, BB and 01. RGB value is (173,187,1). Sum of RGB (Red+Green+Blue) = 173+187+1=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB01 is #5244FE. Grayscale: #A2A2A2. Windows color (decimal): -5391615 or 113581. OLE color: 113581.

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

Color convert

RGB 173 187 1 -
CMYK 0.07 0 0.99 0.27
HSL 64.52º 0.99% 0.37% -
HSV(B) 64.52º 0.99% 0.73% -
XYZ 35.01 44.43 6.76 -
YUV 161.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 173 187 1 0.07 0 0.99 0.27 64.52 0.99 0.37
Hex AD BB 1 7 0 63 1B 41 63 25
Octal 255 273 1 7 0 143 33 101 143 45
Binary 10101101 10111011 1 111 0 1100011 11011 1000001 1100011 100101

Color Harmonies of #ADBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB01

Black with #ADBB01

Text Example


Text Example

White with #ADBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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