Html Css Color HEX #A6BE01 Citrus

📋 copy color: '#A6BE01'

red 166 ◦ green 190 ◦ blue 1

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

Shades of Citrus #A6BE01

Tints of Citrus #A6BE01

RGB

 RED value IS 166 (65.23% from 255) = 46.5%

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

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

R = 46.5%
G = 53.22%
B = 0.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A6BE01 (or 0xA6BE01) is known color: Citrus. HEX triplet: A6, BE and 01. RGB value is (166,190,1). Sum of RGB (Red+Green+Blue) = 166+190+1=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BE01 is #5941FE. Grayscale: #A2A2A2. Windows color (decimal): -5849599 or 114342. OLE color: 114342.

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

Color convert

RGB 166 190 1 -
CMYK 0.13 0 0.99 0.25
HSL 67.62º 0.99% 0.37% -
HSV(B) 67.62º 0.99% 0.75% -
XYZ 34.14 44.94 6.9 -
YUV 161.28 37.55 131.37 -
System Red Green Blue C M Y K H S L
Decimal 166 190 1 0.13 0 0.99 0.25 67.62 0.99 0.37
Hex A6 BE 1 D 0 63 19 44 63 25
Octal 246 276 1 15 0 143 31 104 143 45
Binary 10100110 10111110 1 1101 0 1100011 11001 1000100 1100011 100101

Color Harmonies of #A6BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE01

Black with #A6BE01

Text Example


Text Example

White with #A6BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE01; }

 p { color: rgb(166,190,1); }

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

background-color css

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

 a { background-color: rgb(166,190,1); }

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

border-color css

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

 span { border-color: rgb(166,190,1); }

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