Html Css Color HEX #A8BC0C Citrus

📋 copy color: '#A8BC0C'

red 168 ◦ green 188 ◦ blue 12

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

Shades of Citrus #A8BC0C

Tints of Citrus #A8BC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 45.65%
G = 51.09%
B = 3.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#A8BC0C (or 0xA8BC0C) is known color: Citrus. HEX triplet: A8, BC and 0C. RGB value is (168,188,12). Sum of RGB (Red+Green+Blue) = 168+188+12=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC0C is #5743F3. Grayscale: #A2A2A2. Windows color (decimal): -5719028 or 834728. OLE color: 834728.

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

Color convert

RGB 168 188 12 -
CMYK 0.11 0 0.94 0.26
HSL 66.82º 0.88% 0.39% -
HSV(B) 66.82º 0.94% 0.74% -
XYZ 34.2 44.32 7.1 -
YUV 161.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 168 188 12 0.11 0 0.94 0.26 66.82 0.88 0.39
Hex A8 BC C B 0 5E 1A 43 58 27
Octal 250 274 14 13 0 136 32 103 130 47
Binary 10101000 10111100 1100 1011 0 1011110 11010 1000011 1011000 100111

Color Harmonies of #A8BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC0C

Black with #A8BC0C

Text Example


Text Example

White with #A8BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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