Html Css Color HEX #A6BF08 Citrus

📋 copy color: '#A6BF08'

red 166 ◦ green 191 ◦ blue 8

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

Shades of Citrus #A6BF08

Tints of Citrus #A6BF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 45.48%
G = 52.33%
B = 2.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A6BF08 (or 0xA6BF08) is known color: Citrus. HEX triplet: A6, BF and 08. RGB value is (166,191,8). Sum of RGB (Red+Green+Blue) = 166+191+8=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BF08 is #5940F7. Grayscale: #A3A3A3. Windows color (decimal): -5849336 or 573350. OLE color: 573350.

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

Color convert

RGB 166 191 8 -
CMYK 0.13 0 0.96 0.25
HSL 68.2º 0.92% 0.39% -
HSV(B) 68.2º 0.96% 0.75% -
XYZ 34.4 45.39 7.18 -
YUV 162.66 40.72 130.38 -
System Red Green Blue C M Y K H S L
Decimal 166 191 8 0.13 0 0.96 0.25 68.2 0.92 0.39
Hex A6 BF 8 D 0 60 19 44 5C 27
Octal 246 277 10 15 0 140 31 104 134 47
Binary 10100110 10111111 1000 1101 0 1100000 11001 1000100 1011100 100111

Color Harmonies of #A6BF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF08

Black with #A6BF08

Text Example


Text Example

White with #A6BF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF08; }

 p { color: rgb(166,191,8); }

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

background-color css

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

 a { background-color: rgb(166,191,8); }

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

border-color css

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

 span { border-color: rgb(166,191,8); }

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