Html Css Color HEX #A8BC0F Citrus

📋 copy color: '#A8BC0F'

red 168 ◦ green 188 ◦ blue 15

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

Shades of Citrus #A8BC0F

Tints of Citrus #A8BC0F

RGB

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

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

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

R = 45.28%
G = 50.67%
B = 4.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#A8BC0F (or 0xA8BC0F) is known color: Citrus. HEX triplet: A8, BC and 0F. RGB value is (168,188,15). Sum of RGB (Red+Green+Blue) = 168+188+15=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC0F is #5743F0. Grayscale: #A2A2A2. Windows color (decimal): -5719025 or 1031336. OLE color: 1031336.

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

Color convert

RGB 168 188 15 -
CMYK 0.11 0 0.92 0.26
HSL 66.94º 0.85% 0.4% -
HSV(B) 66.94º 0.92% 0.74% -
XYZ 34.22 44.33 7.2 -
YUV 162.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 168 188 15 0.11 0 0.92 0.26 66.94 0.85 0.4
Hex A8 BC F B 0 5C 1A 43 55 28
Octal 250 274 17 13 0 134 32 103 125 50
Binary 10101000 10111100 1111 1011 0 1011100 11010 1000011 1010101 101000

Color Harmonies of #A8BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC0F

Black with #A8BC0F

Text Example


Text Example

White with #A8BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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