Html Css Color HEX #A1BF05 Citrus

📋 copy color: '#A1BF05'

red 161 ◦ green 191 ◦ blue 5

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

Shades of Citrus #A1BF05

Tints of Citrus #A1BF05

RGB

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

 GREEN value IS 191 (75% from 255) = 53.5%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 45.1%
G = 53.5%
B = 1.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#A1BF05 (or 0xA1BF05) is known color: Citrus. HEX triplet: A1, BF and 05. RGB value is (161,191,5). Sum of RGB (Red+Green+Blue) = 161+191+5=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF05 is #5E40FA. Grayscale: #A1A1A1. Windows color (decimal): -6177019 or 376737. OLE color: 376737.

HSL color Cylindrical-coordinate representation of color #A1BF05: hue angle of 69.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1BF05 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 5 -
CMYK 0.16 0 0.97 0.25
HSL 69.68º 0.95% 0.38% -
HSV(B) 69.68º 0.97% 0.75% -
XYZ 33.36 44.85 7.04 -
YUV 160.83 40.06 128.12 -
System Red Green Blue C M Y K H S L
Decimal 161 191 5 0.16 0 0.97 0.25 69.68 0.95 0.38
Hex A1 BF 5 10 0 61 19 46 5F 26
Octal 241 277 5 20 0 141 31 106 137 46
Binary 10100001 10111111 101 10000 0 1100001 11001 1000110 1011111 100110

Color Harmonies of #A1BF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF05

Black with #A1BF05

Text Example


Text Example

White with #A1BF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF05; }

 p { color: rgb(161,191,5); }

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

background-color css

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

 a { background-color: rgb(161,191,5); }

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

border-color css

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

 span { border-color: rgb(161,191,5); }

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