Html Css Color HEX #ADBF01 Citrus

📋 copy color: '#ADBF01'

red 173 ◦ green 191 ◦ blue 1

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

Shades of Citrus #ADBF01

Tints of Citrus #ADBF01

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

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

R = 47.4%
G = 52.33%
B = 0.27%

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

#ADBF01 (or 0xADBF01) is known color: Citrus. HEX triplet: AD, BF and 01. RGB value is (173,191,1). Sum of RGB (Red+Green+Blue) = 173+191+1=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF01 is #5240FE. Grayscale: #A4A4A4. Windows color (decimal): -5390591 or 114605. OLE color: 114605.

HSL color Cylindrical-coordinate representation of color #ADBF01: hue angle of 65.68º degrees, saturation: 0.99, 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 #ADBF01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 1 -
CMYK 0.09 0 0.99 0.25
HSL 65.68º 0.99% 0.38% -
HSV(B) 65.68º 0.99% 0.75% -
XYZ 35.87 46.15 7.05 -
YUV 163.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 173 191 1 0.09 0 0.99 0.25 65.68 0.99 0.38
Hex AD BF 1 9 0 63 19 42 63 26
Octal 255 277 1 11 0 143 31 102 143 46
Binary 10101101 10111111 1 1001 0 1100011 11001 1000010 1100011 100110

Color Harmonies of #ADBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF01

Black with #ADBF01

Text Example


Text Example

White with #ADBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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