Html Css Color HEX #A1BC08 Citrus

📋 copy color: '#A1BC08'

red 161 ◦ green 188 ◦ blue 8

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

Shades of Citrus #A1BC08

Tints of Citrus #A1BC08

RGB

 RED value IS 161 (63.28% from 255) = 45.1%

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

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

R = 45.1%
G = 52.66%
B = 2.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A1BC08 (or 0xA1BC08) is known color: Citrus. HEX triplet: A1, BC and 08. RGB value is (161,188,8). Sum of RGB (Red+Green+Blue) = 161+188+8=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC08 is #5E43F7. Grayscale: #A0A0A0. Windows color (decimal): -6177784 or 572577. OLE color: 572577.

HSL color Cylindrical-coordinate representation of color #A1BC08: hue angle of 69º 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 #A1BC08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 8 -
CMYK 0.14 0 0.96 0.26
HSL 69º 0.92% 0.38% -
HSV(B) 69º 0.96% 0.74% -
XYZ 32.72 43.56 6.91 -
YUV 159.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 161 188 8 0.14 0 0.96 0.26 69 0.92 0.38
Hex A1 BC 8 E 0 60 1A 45 5C 26
Octal 241 274 10 16 0 140 32 105 134 46
Binary 10100001 10111100 1000 1110 0 1100000 11010 1000101 1011100 100110

Color Harmonies of #A1BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC08

Black with #A1BC08

Text Example


Text Example

White with #A1BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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