Html Css Color HEX #A6BE0F Citrus

📋 copy color: '#A6BE0F'

red 166 ◦ green 190 ◦ blue 15

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

Shades of Citrus #A6BE0F

Tints of Citrus #A6BE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 44.74%
G = 51.21%
B = 4.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A6BE0F (or 0xA6BE0F) is known color: Citrus. HEX triplet: A6, BE and 0F. RGB value is (166,190,15). Sum of RGB (Red+Green+Blue) = 166+190+15=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BE0F is #5941F0. Grayscale: #A3A3A3. Windows color (decimal): -5849585 or 1031846. OLE color: 1031846.

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

Color convert

RGB 166 190 15 -
CMYK 0.13 0 0.92 0.25
HSL 68.23º 0.85% 0.4% -
HSV(B) 68.23º 0.92% 0.75% -
XYZ 34.23 44.97 7.33 -
YUV 162.87 44.55 130.23 -
System Red Green Blue C M Y K H S L
Decimal 166 190 15 0.13 0 0.92 0.25 68.23 0.85 0.4
Hex A6 BE F D 0 5C 19 44 55 28
Octal 246 276 17 15 0 134 31 104 125 50
Binary 10100110 10111110 1111 1101 0 1011100 11001 1000100 1010101 101000

Color Harmonies of #A6BE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE0F

Black with #A6BE0F

Text Example


Text Example

White with #A6BE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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