Html Css Color HEX #A6BC08 Citrus

📋 copy color: '#A6BC08'

red 166 ◦ green 188 ◦ blue 8

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

Shades of Citrus #A6BC08

Tints of Citrus #A6BC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 45.86%
G = 51.93%
B = 2.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A6BC08 (or 0xA6BC08) is known color: Citrus. HEX triplet: A6, BC and 08. RGB value is (166,188,8). Sum of RGB (Red+Green+Blue) = 166+188+8=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC08 is #5943F7. Grayscale: #A1A1A1. Windows color (decimal): -5850104 or 572582. OLE color: 572582.

HSL color Cylindrical-coordinate representation of color #A6BC08: hue angle of 67.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6BC08 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 8 -
CMYK 0.12 0 0.96 0.26
HSL 67.33º 0.92% 0.38% -
HSV(B) 67.33º 0.96% 0.74% -
XYZ 33.75 44.09 6.96 -
YUV 160.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 166 188 8 0.12 0 0.96 0.26 67.33 0.92 0.38
Hex A6 BC 8 C 0 60 1A 43 5C 26
Octal 246 274 10 14 0 140 32 103 134 46
Binary 10100110 10111100 1000 1100 0 1100000 11010 1000011 1011100 100110

Color Harmonies of #A6BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC08

Black with #A6BC08

Text Example


Text Example

White with #A6BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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