Html Css Color HEX #A8BC06 Citrus

📋 copy color: '#A8BC06'

red 168 ◦ green 188 ◦ blue 6

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

Shades of Citrus #A8BC06

Tints of Citrus #A8BC06

RGB

 RED value IS 168 (66.02% from 255) = 46.41%

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

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 46.41%
G = 51.93%
B = 1.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A8BC06 (or 0xA8BC06) is known color: Citrus. HEX triplet: A8, BC and 06. RGB value is (168,188,6). Sum of RGB (Red+Green+Blue) = 168+188+6=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC06 is #5743F9. Grayscale: #A1A1A1. Windows color (decimal): -5719034 or 441512. OLE color: 441512.

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

Color convert

RGB 168 188 6 -
CMYK 0.11 0 0.97 0.26
HSL 66.59º 0.94% 0.38% -
HSV(B) 66.59º 0.97% 0.74% -
XYZ 34.16 44.3 6.92 -
YUV 161.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 168 188 6 0.11 0 0.97 0.26 66.59 0.94 0.38
Hex A8 BC 6 B 0 61 1A 43 5E 26
Octal 250 274 6 13 0 141 32 103 136 46
Binary 10101000 10111100 110 1011 0 1100001 11010 1000011 1011110 100110

Color Harmonies of #A8BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC06

Black with #A8BC06

Text Example


Text Example

White with #A8BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC06; }

 p { color: rgb(168,188,6); }

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

background-color css

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

 a { background-color: rgb(168,188,6); }

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

border-color css

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

 span { border-color: rgb(168,188,6); }

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